Updated min supported Rust version

This commit is contained in:
Andrew Kane
2024-06-30 18:18:03 -07:00
parent d9e21bec3d
commit da54ecc504

View File

@@ -6,7 +6,7 @@ repository = "https://github.com/ankane/libmf-rust"
license = "BSD-3-Clause" license = "BSD-3-Clause"
authors = ["Andrew Kane <andrew@ankane.org>"] authors = ["Andrew Kane <andrew@ankane.org>"]
edition = "2021" edition = "2021"
rust-version = "1.56.0" rust-version = "1.63.0"
readme = "README.md" readme = "README.md"
exclude = ["vendor/libmf/demo/*", "vendor/libmf/windows/*"] exclude = ["vendor/libmf/demo/*", "vendor/libmf/windows/*"]
links = "mf" links = "mf"