chore: explicitly set MSRV to 1.56.1 in Cargo.toml

This commit is contained in:
Linda_pp 2022-07-19 18:08:11 +09:00 committed by Florian Dehau
parent ba5ea2deff
commit faa69b6cfe

View file

@ -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]