Skip to content

Commit

Permalink
chore: upgrade to latest ipld-core 0.4 release (#4)
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 authored Mar 26, 2024
1 parent f8b7de1 commit 4e25f82
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ jobs:

- name: Test with default features
run: cargo test --all-features

- name: Make sure the lockfile is up-to-date
run: cargo build --locked
18 changes: 14 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 4e25f82

Please sign in to comment.