summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPi-Cla <pirateclip@protonmail.com>2024-03-22 12:57:18 -0600
committerPi-Cla <pirateclip@protonmail.com>2024-03-22 13:03:59 -0600
commitf292695001f6dc8cca8f69cbe7a81c50e6f7b472 (patch)
treedd10b0a2b76aa0622533deff1de10e39cfc27302
parentee143215dffcbd3cc937df068aa589b7e710370b (diff)
Set Rust edition to 2021
I ran `cargo msrv` and the minimum version of this crate was 1.64.0 so bumping the Rust edition does not raise the minimum
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9e125fa..fc258f7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,13 +8,14 @@ homepage = "https://github.com/tummychow/git-absorb"
repository = "https://github.com/tummychow/git-absorb"
readme = "README.md"
license = "BSD-3-Clause"
-edition = "2018"
+edition = "2021"
include = [
"**/*.rs",
"Cargo.*",
"*.md",
]
+rust-version = "1.64.0"
[[bin]]
name = "git-absorb"