chore: Set a rust version in our crates
parent
69ccc5a9f9
commit
b3bbcd1729
|
@ -8,6 +8,8 @@ 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"
|
||||
repository = "https://github.com/matrix-org/matrix-rust-sdk"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
|
@ -8,6 +8,8 @@ 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"
|
||||
version = "0.4.1"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
|
@ -8,6 +8,8 @@ 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"
|
||||
version = "0.4.1"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
|
@ -8,6 +8,8 @@ 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"
|
||||
version = "0.4.1"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -8,6 +8,8 @@ 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"
|
||||
version = "0.4.1"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
|
|
|
@ -8,6 +8,8 @@ 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"
|
||||
version = "0.4.0"
|
||||
|
||||
[features]
|
||||
|
|
|
@ -8,6 +8,8 @@ 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"
|
||||
version = "0.1.0"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in New Issue