mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
bump rust to 1.82 (#11876)
This commit is contained in:
18
clippy.toml
18
clippy.toml
@ -1,3 +1,17 @@
|
||||
msrv = "1.81"
|
||||
msrv = "1.82"
|
||||
too-large-for-stack = 128
|
||||
doc-valid-idents = ["P2P", "ExEx", "ExExes", "IPv4", "IPv6", "KiB", "MiB", "GiB", "TiB", "PiB", "EiB", "WAL", "MessagePack"]
|
||||
doc-valid-idents = [
|
||||
"P2P",
|
||||
"ExEx",
|
||||
"ExExes",
|
||||
"IPv4",
|
||||
"IPv6",
|
||||
"KiB",
|
||||
"MiB",
|
||||
"GiB",
|
||||
"TiB",
|
||||
"PiB",
|
||||
"EiB",
|
||||
"WAL",
|
||||
"MessagePack",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user