Updated Rust edition to 2021

This commit is contained in:
Andrew Kane
2023-10-01 21:08:50 -07:00
parent 1465c8b895
commit f80fbd6231
2 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ description = "Large-scale sparse matrix factorization for Rust"
repository = "https://github.com/ankane/libmf-rust"
license = "BSD-3-Clause"
authors = ["Andrew Kane <andrew@ankane.org>"]
edition = "2018"
edition = "2021"
rust-version = "1.56.0"
readme = "README.md"
exclude = ["vendor/libmf/demo/*", "vendor/libmf/windows/*"]
links = "mf"