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 f8b7de1 commit a59fa15
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 @@ -12,7 +12,7 @@ categories = ["data-structures", "encoding"]

[dependencies]
bytes = "1.3.0"
ipld-core = "0.3.0"
ipld-core = "0.4.0"
quick-protobuf = "0.8.1"
thiserror = "1.0.25"

Expand Down

0 comments on commit a59fa15

Please sign in to comment.