Skip to content

Commit

Permalink
fix minimal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Mar 28, 2024
1 parent 136d5b3 commit f260d31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ jobs:
cargo-

- name: Run tests
run: cargo +stable test --locked
run:
cargo +stable check --locked
cargo +stable test --locked


unused-deps:
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ libp2p-noise = "0.44"
libp2p-stream = "0.1.0-alpha"
libp2p-swarm-test = "0.3.0"
libp2p-yamux = "0.45"
log = "0.4.18" # needed for minimal-versions
multihash = "0.19"
multihash-codetable = { version = "0.1", features = ["digest", "sha2"] }
tokio = { version = "1", features = ["rt", "macros", "time", "sync"] }
Expand Down

0 comments on commit f260d31

Please sign in to comment.