Skip to content

Commit

Permalink
fix: use base64-url 2.0.2 with std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Jan 8, 2024
1 parent d5ce14a commit abed3a9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ dag-json = ["dep:libipld-json"]

[dependencies]
anyhow = "1.0.69"
base64-url = { version = "2.0.1", default-features = false }
# base64-url no longer honors the std feature, we need to explicitly enable it on base64.
base64 = { version = "0.21", default-features = false, features = [
"alloc",
"std",
] }
base64-url = { version = "2.0.2", feautres = ["std"] }
libipld = { version = "0.16.0", default-features = false, features = [
"serde-codec",
] }
Expand Down

0 comments on commit abed3a9

Please sign in to comment.