chore: explicitly set MSRV to 1.56.1 in Cargo.toml

pull/656/head
Linda_pp 2 years ago committed by Florian Dehau
parent ba5ea2deff
commit faa69b6cfe

@ -13,6 +13,7 @@ license = "MIT"
exclude = ["assets/*", ".github", "Makefile.toml", "CONTRIBUTING.md", "*.log", "tags"]
autoexamples = true
edition = "2021"
rust-version = "1.56.1"
[badges]

Loading…
Cancel
Save