Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
  • Loading branch information
dmulder committed Sep 13, 2024
1 parent 027368a commit 5ceee8e
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 @@ -17,7 +17,7 @@ members = [
resolver = "2"

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

0 comments on commit 5ceee8e

Please sign in to comment.