Skip to content

Commit

Permalink
feat: leverage type-safe /p2p in multiaddr
Browse files Browse the repository at this point in the history
This updates `multiaddr` to version `0.19`.

Depends-On: #3656.
Depends-On: multiformats/rust-multiaddr#83.
Resolves: #4039.

Pull-Request: #4037.
  • Loading branch information
thomaseizinger authored Jun 8, 2023
1 parent d2dab94 commit ed14630
Show file tree
Hide file tree
Showing 41 changed files with 170 additions and 346 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
tool: tomlq

- name: Enforce version in `workspace.dependencies` matches latest version
if: env.CRATE != 'libp2p' && env.CRATE != 'libp2p-identity'
if: env.CRATE != 'libp2p'
run: |
PACKAGE_VERSION=$(cargo metadata --format-version=1 --no-deps | jq -e -r '.packages[] | select(.name == "'"$CRATE"'") | .version')
SPECIFIED_VERSION=$(tomlq "workspace.dependencies.$CRATE.version" --file ./Cargo.toml)
Expand Down
Loading

0 comments on commit ed14630

Please sign in to comment.