Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
  • Loading branch information
dmulder committed Nov 8, 2024
1 parent 995c0f6 commit 657f2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.7.0"
version = "0.7.1"
authors = [
"David Mulder <[email protected]>"
]
Expand Down Expand Up @@ -79,7 +79,7 @@ tracing-forest = "^0.1.6"
rusqlite = "^0.32.0"
hashbrown = { version = "0.15.1", features = ["serde", "inline-more"] }
lru = "^0.12.3"
kanidm_lib_crypto = { path = "./src/crypto", version = "0.7.0" }
kanidm_lib_crypto = { path = "./src/crypto" }
kanidm_utils_users = { path = "./src/users" }
walkdir = "2"
csv = "1.2.2"
Expand Down

0 comments on commit 657f2f6

Please sign in to comment.