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 ", "Kayla Firestack "] -edition = "2018" +authors = ["Yuxuan Shui ", "Kayla Firestack ", "Kent Overstreet " ] +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 ", "Yuxuan Shui " ] -edition = "2018" +authors = [ "Kayla Firestack ", "Yuxuan Shui ", "Kent Overstreet " ] +edition = "2021" [lib] crate-type = ["lib"]