mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
setting rust-version
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "matrix-sdk-indexeddb"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
|
||||
[features]
|
||||
default = ["encryption"]
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "matrix-sdk-sled"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
|
||||
[features]
|
||||
default = ["state-store", "crypto-store"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user