Skip to content

Commit

Permalink
add feature flag deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Feb 13, 2024
1 parent b8d83c7 commit 37490d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/delano-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
lazy_static = "1.4.0"
delanocreds = { path ="../delanocreds" }
delano-keys = { workspace = true }
delano-keys = { workspace = true, features = ["deterministic"] }
thiserror = "1.0"
wit-bindgen = { version = "0.16.0", default-features = false, features = ["realloc"] }

Expand Down

0 comments on commit 37490d6

Please sign in to comment.