Skip to content

Commit

Permalink
chore: Set a rust version in our crates
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Sep 14, 2021
1 parent 69ccc5a commit b3bbcd1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions matrix_qrcode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions matrix_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions matrix_sdk_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions matrix_sdk_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions matrix_sdk_crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions matrix_sdk_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 2 additions & 0 deletions matrix_sdk_test_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b3bbcd1

Please sign in to comment.