From 90ac87c44ea0cffeb403961b1630e93a25301331 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 7 Feb 2024 20:32:55 -0800 Subject: [PATCH] Upgrade to 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bfb2da8..7e2987d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/rust-num/num-rational" version = "0.4.1" readme = "README.md" exclude = ["/ci/*", "/.github/*"] -edition = "2018" +edition = "2021" rust-version = "1.60" [package.metadata.docs.rs]