Skip to content

Commit

Permalink
Fix compilation error caused by the roaring crate
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Feb 19, 2024
1 parent 9904aa5 commit bea3a0c
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 @@ -22,7 +22,7 @@ indexmap = { version = "2.0", default-features = false, features = ["std", "serd
itertools = { version = "0.11", default-features = false, features = ["use_std"], optional = true }
once_cell = { version = "1.18", default-features = false, features = ["std"] }
reqwest = { version = "0.11", default-features = false, features = ["default-tls", "json", "stream"], optional = true }
roaring = { version = "0.10", default-features = false, optional = true }
roaring = { version = "0.10", default-features = false, features = ["std"], optional = true }
sd-jwt-payload = { version = "0.2.0", default-features = false, features = ["sha"], optional = true }
serde.workspace = true
serde-aux = { version = "4.3.1", default-features = false, optional = true }
Expand Down

0 comments on commit bea3a0c

Please sign in to comment.