Skip to content

Commit 7a11e82

Browse files
authored
Merge pull request #3066 from itowlson/fix-weird-1.85-lint-in-examples
Fixes a 1.85 clippy in examples
2 parents 66bd356 + fb9288a commit 7a11e82

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

examples/wagi-http-rust/Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/wagi-http-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
miniserde = "0.1"
7+
miniserde = "0.1.42"
88

99
[workspace]

0 commit comments

Comments
 (0)