Skip to content

Commit

Permalink
Use local identity_crypto crate (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
l1h3r authored Oct 27, 2020
1 parent 6f6db53 commit 53f820d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion identity_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ url = { version = "2.1", default-features = false, features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }

identity_crypto = { git = "https://github.com/iotaledger/identity.rs", branch = "feat/identity-signature-suites" }
identity_crypto = { path = "../identity_crypto" }
identity_diff = { path = "../identity_diff", version = "0.1.0", features = ["diff_derive"] }

# parser crates
Expand Down
2 changes: 1 addition & 1 deletion identity_proof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ identity_crypto = { path = "../identity_crypto" }
serde = { version = "1.0", features = ["derive"] }
serde_jcs = { git = "https://github.com/l1h3r/serde_jcs", branch = "main", default-features = false }
serde_json = { version = "1.0", features = ["preserve_order"] }
sodiumoxide = { version = "0.2", default-features = false }
sodiumoxide = { version = "0.2", default-features = false, features = ["std"] }
thiserror = "1.0"

0 comments on commit 53f820d

Please sign in to comment.