Skip to content

Commit

Permalink
Fix async-std features (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg authored Dec 10, 2024
1 parent d1c83d4 commit 8edeec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/claims/crates/sd-jwt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ indexmap.workspace = true
[dev-dependencies]
hex-literal = "0.4.1"
ssi-jws = { workspace = true, features = ["secp256r1"] }
async-std.workspace = true
async-std = { workspace = true, features = ["attributes"] }
2 changes: 1 addition & 1 deletion crates/claims/crates/vc-jose-cose/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ base64.workspace = true
ssi-jws = { workspace = true, features = ["secp256r1"] }
ssi-jwk.workspace = true
ssi-cose = { workspace = true, features = ["secp256r1"] }
async-std.workspace = true
async-std = { workspace = true, features = ["attributes"] }
hex.workspace = true

0 comments on commit 8edeec1

Please sign in to comment.