Skip to content

Commit

Permalink
chore: enable default feature for identity core
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Sep 9, 2024
1 parent ea97960 commit 3d6a1ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion identity_jose/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "A library for JOSE (JSON Object Signing and Encryption)"

[dependencies]
bls12_381_plus.workspace = true
identity_core = { version = "=1.3.1", path = "../identity_core", default-features = false }
identity_core = { version = "=1.3.1", path = "../identity_core" }
iota-crypto = { version = "0.23.2", default-features = false, features = ["std", "sha"] }
json-proof-token.workspace = true
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion identity_verification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version.workspace = true
description = "Verification data types and functionality for identity.rs"

[dependencies]
identity_core = { version = "=1.3.1", path = "./../identity_core", default-features = false }
identity_core = { version = "=1.3.1", path = "./../identity_core"}
identity_did = { version = "=1.3.1", path = "./../identity_did", default-features = false }
identity_jose = { version = "=1.3.1", path = "./../identity_jose", default-features = false }
serde.workspace = true
Expand Down

0 comments on commit 3d6a1ab

Please sign in to comment.