cbindgen/.clippy.toml
Jonathan Schwender b566c3c064 Fix documented MSRV
The MSRV was updated to 1.54 in commit d4e508d.
Update the MSRV specified in the Readme badge and in the clippy.toml
to match the actual MSRV.
2023-03-08 16:59:28 +01:00

3 lines
61 B
TOML

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