Skip to content

Commit

Permalink
feat: remove multiaddr dependency from libp2p-identity
Browse files Browse the repository at this point in the history
Related: multiformats/rust-multiaddr#73.
Depends-On: #3514.

Pull-Request: #3656.
  • Loading branch information
thomaseizinger authored Jun 6, 2023
1 parent 86e8018 commit 0db9937
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 111 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'
if: env.CRATE != 'libp2p' && env.CRATE != 'libp2p-identity'
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 0db9937

Please sign in to comment.