Skip to content

Commit

Permalink
Update cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Dec 13, 2024
1 parent 2dcf30e commit a84a69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
givre = { path = "../givre", features = ["all-ciphersuites", "cggmp21-keygen", "spof", "hd-wallet", "full-signing"] }
givre = { workspace = true, features = ["all-ciphersuites", "cggmp21-keygen", "spof", "hd-wallet", "full-signing"] }

generic-tests = "0.1"
test-case = "3.3"
Expand Down

0 comments on commit a84a69a

Please sign in to comment.