cbindgen/.clippy.toml
Thibaut Lorrain 85eb0f4436 Bump clippy msrv to 1.64
the msrv was bumped in in the Cargo.toml #847 but not in clippy.toml,
clippy was complaining at startup and defaulting to 1.57
2023-09-09 00:53:59 +02:00

3 lines
61 B
TOML

# Specify the minimum supported Rust version
msrv = "1.64.0"