Updated Rust edition to 2021
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
## 0.2.3 (unreleased)
|
## 0.3.0 (unreleased)
|
||||||
|
|
||||||
- Removed dependency
|
- Removed dependency
|
||||||
|
- Updated Rust edition to 2021
|
||||||
|
|
||||||
## 0.2.2 (2022-09-23)
|
## 0.2.2 (2022-09-23)
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,8 @@ description = "Large-scale sparse matrix factorization for Rust"
|
|||||||
repository = "https://github.com/ankane/libmf-rust"
|
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 = "2018"
|
edition = "2021"
|
||||||
|
rust-version = "1.56.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user