aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-11-16 16:33:47 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-11-16 17:54:06 -0500
commit1331759db5f90664142f561a258372eebe47c4a6 (patch)
treee04668ba450d72d7dcdbdfc96ad2fe348a1cc71a
parent119d26bb1088debff3b595d83e1d34916822c616 (diff)
downloadbcachefs-tools-1331759db5f90664142f561a258372eebe47c4a6.tar.gz
Bump rust edition to 2021
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r--rust-src/Cargo.toml4
-rw-r--r--rust-src/bch_bindgen/Cargo.toml4
2 files changed, 4 insertions, 4 deletions
diff --git a/rust-src/Cargo.toml b/rust-src/Cargo.toml
index e88c05fe..faa4a803 100644
--- a/rust-src/Cargo.toml
+++ b/rust-src/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "bcachefs-rust"
version = "0.3.1"
-authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>"]
-edition = "2018"
+authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
+edition = "2021"
rust-version = "1.65"
[lib]
diff --git a/rust-src/bch_bindgen/Cargo.toml b/rust-src/bch_bindgen/Cargo.toml
index da6654c2..c4d60ff0 100644
--- a/rust-src/bch_bindgen/Cargo.toml
+++ b/rust-src/bch_bindgen/Cargo.toml
@@ -1,8 +1,8 @@
[package]
name = "bch_bindgen"
version = "0.1.0"
-authors = [ "Kayla Firestack <dev@kaylafire.me>", "Yuxuan Shui <yshuiv7@gmail.com>" ]
-edition = "2018"
+authors = [ "Kayla Firestack <dev@kaylafire.me>", "Yuxuan Shui <yshuiv7@gmail.com>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
+edition = "2021"
[lib]
crate-type = ["lib"]