Skip to content

Commit

Permalink
chore: Update IPLD-adjacent crates (#55)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: New version requirements include `[email protected]`, `[email protected]`
and `[email protected]`
  • Loading branch information
cdata authored Nov 29, 2022
1 parent fdd10ba commit bf55a3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ucan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ async-std = "1.0"
async-trait = "0.1"
base64 = "0.13"
bs58 = "0.4"
cid = "0.8"
cid = "0.9"
futures = "0.3"
instant = { version = "0.1", features = ["wasm-bindgen", "stdweb"] }
libipld-core = { version = "0.14", features = ["serde-codec", "serde"] }
libipld-json = "0.14"
libipld-core = { version = "0.15", features = ["serde-codec", "serde"] }
libipld-json = "0.15"
log = "0.4"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit bf55a3f

Please sign in to comment.