Skip to content

Commit

Permalink
fix order of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfraem committed Jun 11, 2024
1 parent 3a5aaaf commit dde7ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_credential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ description = "An implementation of the Verifiable Credentials standard."

[dependencies]
async-trait = { version = "0.1.64", default-features = false }
bls12_381_plus = { version = "=0.8.15", optional = true }
flate2 = { version = "1.0.28", default-features = false, features = ["rust_backend"], optional = true }
futures = { version = "0.3", default-features = false, optional = true }
identity_core = { version = "=1.3.0", path = "../identity_core", default-features = false }
Expand All @@ -34,7 +35,6 @@ strum.workspace = true
thiserror.workspace = true
url = { version = "2.5", default-features = false }
zkryptium = { workspace = true, optional = true }
bls12_381_plus = { version = "=0.8.15", optional = true }

[dev-dependencies]
anyhow = "1.0.62"
Expand Down

0 comments on commit dde7ec2

Please sign in to comment.