setting rust-version

This commit is contained in:
Benjamin Kampmann
2022-04-20 14:08:27 +02:00
parent 06f5b67b23
commit 2c506717c8
12 changed files with 12 additions and 7 deletions

View File

@@ -3,6 +3,7 @@ name = "matrix-crypto-ffi"
version = "0.1.0"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
edition = "2018"
rust-version = "1.56"
[lib]
crate-type = ["cdylib", "lib"]

View File

@@ -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]

View File

@@ -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"]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -2,6 +2,7 @@
name = "matrix-sdk-indexeddb"
version = "0.1.0"
edition = "2021"
rust-version = "1.60"
[features]
default = ["encryption"]

View File

@@ -2,6 +2,7 @@
name = "matrix-sdk-sled"
version = "0.1.0"
edition = "2021"
rust-version = "1.60"
[features]
default = ["state-store", "crypto-store"]

View File

@@ -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"]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]