Skip to content

Commit

Permalink
Merge pull request #547 from CosmWasm/clippy-1.80.0
Browse files Browse the repository at this point in the history
Upgrade clippy to 1.80.0
  • Loading branch information
webmaster128 committed Aug 1, 2024
2 parents 81003e2 + 9dac350 commit aa38d97
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ workflows:
matrix:
parameters:
# Run with MSRV and some modern stable Rust
rust-version: ["1.74.0", "1.75.0"]
rust-version: ["1.74.0", "1.80.0"]
- libwasmvm_audit
- format-go
- wasmvm_no_cgo
Expand Down
16 changes: 12 additions & 4 deletions libwasmvm/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 libwasmvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.91"
thiserror = "1.0.38"
hex = "0.4.3"
time = { version = "0.3.28", features = ["formatting"] }
time = { version = "0.3.36", features = ["formatting"] }

[dev-dependencies]
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down

0 comments on commit aa38d97

Please sign in to comment.