diff --git a/crates/matrix-qrcode/Cargo.toml b/crates/matrix-qrcode/Cargo.toml index 0385d5520..48adb640d 100644 --- a/crates/matrix-qrcode/Cargo.toml +++ b/crates/matrix-qrcode/Cargo.toml @@ -3,13 +3,12 @@ name = "matrix-qrcode" description = "Library to encode and decode QR codes for interactive verifications in Matrix land" version = "0.2.0" authors = ["Damir Jelić "] -edition = "2018" +edition = "2021" homepage = "https://github.com/matrix-org/matrix-rust-sdk" keywords = ["matrix", "chat", "messaging", "ruma", "nio"] license = "Apache-2.0" readme = "README.md" -# This isn't yet supported by the stable cargo, we'll enable it when it is. -# rust-version = "1.54" +rust-version = "1.56" repository = "https://github.com/matrix-org/matrix-rust-sdk" [package.metadata.docs.rs] diff --git a/crates/matrix-sdk-base/Cargo.toml b/crates/matrix-sdk-base/Cargo.toml index d33d8dcab..420dc0fea 100644 --- a/crates/matrix-sdk-base/Cargo.toml +++ b/crates/matrix-sdk-base/Cargo.toml @@ -1,15 +1,14 @@ [package] authors = ["Damir Jelić "] description = "The base component to build a Matrix client library." -edition = "2018" +edition = "2021" homepage = "https://github.com/matrix-org/matrix-rust-sdk" keywords = ["matrix", "chat", "messaging", "ruma", "nio"] license = "Apache-2.0" name = "matrix-sdk-base" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -# This isn't yet supported by the stable cargo, we'll enable it when it is. -# rust-version = "1.54" +rust-version = "1.56" version = "0.4.1" [package.metadata.docs.rs] diff --git a/crates/matrix-sdk-common/Cargo.toml b/crates/matrix-sdk-common/Cargo.toml index a20b1aeb4..b3ffaf9b4 100644 --- a/crates/matrix-sdk-common/Cargo.toml +++ b/crates/matrix-sdk-common/Cargo.toml @@ -1,15 +1,14 @@ [package] authors = ["Damir Jelić "] description = "Collection of common types and imports used in the matrix-sdk" -edition = "2018" +edition = "2021" homepage = "https://github.com/matrix-org/matrix-rust-sdk" keywords = ["matrix", "chat", "messaging", "ruma", "nio"] license = "Apache-2.0" name = "matrix-sdk-common" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -# This isn't yet supported by the stable cargo, we'll enable it when it is. -# rust-version = "1.54" +rust-version = "1.56" version = "0.4.1" [dependencies] diff --git a/crates/matrix-sdk-crypto/Cargo.toml b/crates/matrix-sdk-crypto/Cargo.toml index b2d55b425..a67cf2731 100644 --- a/crates/matrix-sdk-crypto/Cargo.toml +++ b/crates/matrix-sdk-crypto/Cargo.toml @@ -1,15 +1,14 @@ [package] authors = ["Damir Jelić "] description = "Matrix encryption library" -edition = "2018" +edition = "2021" homepage = "https://github.com/matrix-org/matrix-rust-sdk" keywords = ["matrix", "chat", "messaging", "ruma", "nio"] license = "Apache-2.0" name = "matrix-sdk-crypto" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -# This isn't yet supported by the stable cargo, we'll enable it when it is. -# rust-version = "1.54" +rust-version = "1.56" version = "0.4.1" [package.metadata.docs.rs] diff --git a/crates/matrix-sdk-test-macros/Cargo.toml b/crates/matrix-sdk-test-macros/Cargo.toml index d6d300607..c75820710 100644 --- a/crates/matrix-sdk-test-macros/Cargo.toml +++ b/crates/matrix-sdk-test-macros/Cargo.toml @@ -1,15 +1,14 @@ [package] authors = ["stoically "] description = "Helper macros to write tests for the Matrix SDK" -edition = "2018" +edition = "2021" homepage = "https://github.com/matrix-org/matrix-rust-sdk" keywords = ["matrix", "chat", "messaging", "ruma"] license = "Apache-2.0" name = "matrix-sdk-test-macros" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -# This isn't yet supported by the stable cargo, we'll enable it when it is. -# rust-version = "1.54" +rust-version = "1.56" version = "0.1.0" [lib] diff --git a/crates/matrix-sdk-test/Cargo.toml b/crates/matrix-sdk-test/Cargo.toml index c4070b516..ca35706d1 100644 --- a/crates/matrix-sdk-test/Cargo.toml +++ b/crates/matrix-sdk-test/Cargo.toml @@ -1,15 +1,14 @@ [package] authors = ["Damir Jelić "] description = "Helpers to write tests for the Matrix SDK" -edition = "2018" +edition = "2021" homepage = "https://github.com/matrix-org/matrix-rust-sdk" keywords = ["matrix", "chat", "messaging", "ruma"] license = "Apache-2.0" name = "matrix-sdk-test" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -# This isn't yet supported by the stable cargo, we'll enable it when it is. -# rust-version = "1.54" +rust-version = "1.56" version = "0.4.0" [features] diff --git a/crates/matrix-sdk/Cargo.toml b/crates/matrix-sdk/Cargo.toml index 8bf97421a..c92badde4 100644 --- a/crates/matrix-sdk/Cargo.toml +++ b/crates/matrix-sdk/Cargo.toml @@ -1,15 +1,14 @@ [package] authors = ["Damir Jelić "] description = "A high level Matrix client-server library." -edition = "2018" +edition = "2021" homepage = "https://github.com/matrix-org/matrix-rust-sdk" keywords = ["matrix", "chat", "messaging", "ruma", "nio"] license = "Apache-2.0" name = "matrix-sdk" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -# This isn't yet supported by the stable cargo, we'll enable it when it is. -# rust-version = "1.54" +rust-version = "1.56" version = "0.4.1" [package.metadata.docs.rs]