From 2c506717c8a80c16909d051ffb4235b749d6dfa2 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Wed, 20 Apr 2022 14:08:27 +0200 Subject: [PATCH] setting rust-version --- crates/matrix-crypto-ffi/Cargo.toml | 1 + crates/matrix-qrcode/Cargo.toml | 2 +- crates/matrix-sdk-appservice/Cargo.toml | 1 + crates/matrix-sdk-base/Cargo.toml | 2 +- crates/matrix-sdk-common/Cargo.toml | 2 +- crates/matrix-sdk-crypto/Cargo.toml | 2 +- crates/matrix-sdk-indexeddb/Cargo.toml | 1 + crates/matrix-sdk-sled/Cargo.toml | 1 + crates/matrix-sdk-store-encryption/Cargo.toml | 1 + crates/matrix-sdk-test-macros/Cargo.toml | 2 +- crates/matrix-sdk-test/Cargo.toml | 2 +- crates/matrix-sdk/Cargo.toml | 2 +- 12 files changed, 12 insertions(+), 7 deletions(-) diff --git a/crates/matrix-crypto-ffi/Cargo.toml b/crates/matrix-crypto-ffi/Cargo.toml index dabe70d45..35ffd682e 100644 --- a/crates/matrix-crypto-ffi/Cargo.toml +++ b/crates/matrix-crypto-ffi/Cargo.toml @@ -3,6 +3,7 @@ name = "matrix-crypto-ffi" version = "0.1.0" authors = ["Damir Jelić "] edition = "2018" +rust-version = "1.56" [lib] crate-type = ["cdylib", "lib"] diff --git a/crates/matrix-qrcode/Cargo.toml b/crates/matrix-qrcode/Cargo.toml index 817c41987..996c92886 100644 --- a/crates/matrix-qrcode/Cargo.toml +++ b/crates/matrix-qrcode/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://github.com/matrix-org/matrix-rust-sdk" keywords = ["matrix", "chat", "messaging", "ruma", "nio"] license = "Apache-2.0" readme = "README.md" -rust-version = "1.56" +rust-version = "1.60" repository = "https://github.com/matrix-org/matrix-rust-sdk" [package.metadata.docs.rs] diff --git a/crates/matrix-sdk-appservice/Cargo.toml b/crates/matrix-sdk-appservice/Cargo.toml index 37d04ae6a..52ca14a57 100644 --- a/crates/matrix-sdk-appservice/Cargo.toml +++ b/crates/matrix-sdk-appservice/Cargo.toml @@ -6,6 +6,7 @@ keywords = ["matrix", "chat", "messaging", "ruma", "nio", "appservice"] license = "Apache-2.0" name = "matrix-sdk-appservice" version = "0.1.0" +rust-version = "1.56" [features] default = ["native-tls"] diff --git a/crates/matrix-sdk-base/Cargo.toml b/crates/matrix-sdk-base/Cargo.toml index 8bb2f8194..befd9bce2 100644 --- a/crates/matrix-sdk-base/Cargo.toml +++ b/crates/matrix-sdk-base/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "matrix-sdk-base" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -rust-version = "1.56" +rust-version = "1.60" 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 72f4bc102..392028751 100644 --- a/crates/matrix-sdk-common/Cargo.toml +++ b/crates/matrix-sdk-common/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "matrix-sdk-common" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -rust-version = "1.56" +rust-version = "1.60" version = "0.4.1" [package.metadata.docs.rs] diff --git a/crates/matrix-sdk-crypto/Cargo.toml b/crates/matrix-sdk-crypto/Cargo.toml index d262d6c22..432fd849b 100644 --- a/crates/matrix-sdk-crypto/Cargo.toml +++ b/crates/matrix-sdk-crypto/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "matrix-sdk-crypto" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -rust-version = "1.56" +rust-version = "1.60" version = "0.4.1" [package.metadata.docs.rs] diff --git a/crates/matrix-sdk-indexeddb/Cargo.toml b/crates/matrix-sdk-indexeddb/Cargo.toml index 0ddf6117f..3f2f65b78 100644 --- a/crates/matrix-sdk-indexeddb/Cargo.toml +++ b/crates/matrix-sdk-indexeddb/Cargo.toml @@ -2,6 +2,7 @@ name = "matrix-sdk-indexeddb" version = "0.1.0" edition = "2021" +rust-version = "1.60" [features] default = ["encryption"] diff --git a/crates/matrix-sdk-sled/Cargo.toml b/crates/matrix-sdk-sled/Cargo.toml index 19582f757..8881ca3fb 100644 --- a/crates/matrix-sdk-sled/Cargo.toml +++ b/crates/matrix-sdk-sled/Cargo.toml @@ -2,6 +2,7 @@ name = "matrix-sdk-sled" version = "0.1.0" edition = "2021" +rust-version = "1.60" [features] default = ["state-store", "crypto-store"] diff --git a/crates/matrix-sdk-store-encryption/Cargo.toml b/crates/matrix-sdk-store-encryption/Cargo.toml index efcc2d70a..5ee8a6802 100644 --- a/crates/matrix-sdk-store-encryption/Cargo.toml +++ b/crates/matrix-sdk-store-encryption/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" description = "Helpers for encrypted storage keys for the Matrix SDK" repository = "https://github.com/matrix-org/matrix-rust-sdk" license = "Apache-2.0" +rust-version = "1.56" [features] js = ["getrandom/js"] diff --git a/crates/matrix-sdk-test-macros/Cargo.toml b/crates/matrix-sdk-test-macros/Cargo.toml index cc7c527ac..31c19869f 100644 --- a/crates/matrix-sdk-test-macros/Cargo.toml +++ b/crates/matrix-sdk-test-macros/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "matrix-sdk-test-macros" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -rust-version = "1.56" +rust-version = "1.60" version = "0.1.0" [lib] diff --git a/crates/matrix-sdk-test/Cargo.toml b/crates/matrix-sdk-test/Cargo.toml index 5af714bef..2fdb3a1d3 100644 --- a/crates/matrix-sdk-test/Cargo.toml +++ b/crates/matrix-sdk-test/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "matrix-sdk-test" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -rust-version = "1.56" +rust-version = "1.60" version = "0.4.0" [features] diff --git a/crates/matrix-sdk/Cargo.toml b/crates/matrix-sdk/Cargo.toml index 0af2456b9..d0643a9a6 100644 --- a/crates/matrix-sdk/Cargo.toml +++ b/crates/matrix-sdk/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "matrix-sdk" readme = "README.md" repository = "https://github.com/matrix-org/matrix-rust-sdk" -rust-version = "1.56" +rust-version = "1.60" version = "0.4.1" [package.metadata.docs.rs]