Skip to content

Commit aa38d97

Browse files
authored
Merge pull request #547 from CosmWasm/clippy-1.80.0
Upgrade clippy to 1.80.0
2 parents 81003e2 + 9dac350 commit aa38d97

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ workflows:
455455
matrix:
456456
parameters:
457457
# Run with MSRV and some modern stable Rust
458-
rust-version: ["1.74.0", "1.75.0"]
458+
rust-version: ["1.74.0", "1.80.0"]
459459
- libwasmvm_audit
460460
- format-go
461461
- wasmvm_no_cgo

libwasmvm/Cargo.lock

+12-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libwasmvm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ serde = { version = "1.0.103", features = ["derive"] }
4242
serde_json = "1.0.91"
4343
thiserror = "1.0.38"
4444
hex = "0.4.3"
45-
time = { version = "0.3.28", features = ["formatting"] }
45+
time = { version = "0.3.36", features = ["formatting"] }
4646

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

0 commit comments

Comments
 (0)