Skip to content

Commit

Permalink
Version 0.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
  • Loading branch information
dmulder committed May 15, 2024
1 parent 52ee647 commit f35a44a
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 @@ -16,7 +16,7 @@ members = [
resolver = "2"

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

0 comments on commit f35a44a

Please sign in to comment.