From f80fbd623145f4ab087662dbf498730de362c4b8 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 1 Oct 2023 21:08:50 -0700 Subject: [PATCH] Updated Rust edition to 2021 --- CHANGELOG.md | 3 ++- Cargo.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75cdab2..5d5ad7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -## 0.2.3 (unreleased) +## 0.3.0 (unreleased) - Removed dependency +- Updated Rust edition to 2021 ## 0.2.2 (2022-09-23) diff --git a/Cargo.toml b/Cargo.toml index 71d03bd..7497155 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] -edition = "2018" +edition = "2021" +rust-version = "1.56.0" readme = "README.md" exclude = ["vendor/libmf/demo/*", "vendor/libmf/windows/*"] links = "mf"