Skip to content

Commit

Permalink
chore: upgrade to latest ipld-core 0.4 release
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `ipld-core` contains traits and different versions of
traits don't play well together, hence it's a breaking change.
  • Loading branch information
vmx committed Mar 26, 2024
1 parent cee49ad commit 0f813f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
categories = ["data-structures", "encoding"]

[dependencies]
ipld-core = { version = "0.3.1", features = ["serde"] }
ipld-core = { version = "0.4.0", features = ["serde"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = { version = "1.0.111", features = ["float_roundtrip"] }

Expand Down

0 comments on commit 0f813f1

Please sign in to comment.