Skip to content

Commit

Permalink
chore: update msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeffcaii committed Oct 8, 2024
1 parent 670b955 commit 5aa8622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msrv = "1.56"
msrv = "1.64"
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ regex = "1.10.3"
hex = "0.4.3"
strum = { version = "0.26.1", default-features = false, features = ["strum_macros", "derive"] }
strum_macros = "0.26.1"
deadpool = "0.12.1"
deadpool = "0.10.0"
socket2 = "0.5.5"
mlua = { version = "0.9.9", features = ["luajit", "vendored", "serialize", "async", "macros", "send", "parking_lot"] }

Expand Down

0 comments on commit 5aa8622

Please sign in to comment.