Skip to content

Commit

Permalink
rm workspace dep, mk paths
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Feb 20, 2024
1 parent 4c4c7b7 commit 07b2dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/delanocreds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ version = "0.2.0"
crate-type = ["cdylib", "lib"]

[dependencies]
bls12_381_plus = { workspace = true }
delano-keys = { workspace = true }
bls12_381_plus = { version = "0.8.13", git="https://github.com/mikelodder7/bls12_381_plus.git", rev = "91a399e9a5f326816f13a0feab898ff40a7a1599", features = ["expose-fields", "alloc"] }
delano-keys = { path = "../delano-keys" }
anyhow = "1.0.70"
cid = "0.10.1"
secrecy = "0.8.0"
Expand Down

0 comments on commit 07b2dd2

Please sign in to comment.