chore: Use workspace-defined MSRV
This commit is contained in:
parent
c8e61a2ee7
commit
77d94caf11
@ -4,6 +4,9 @@ members = ["crates/*", "examples/*", "xtask"]
|
||||
default-members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
rust-version = "1.64"
|
||||
|
||||
[workspace.dependencies]
|
||||
assert_matches2 = "0.1.0"
|
||||
assign = "1.1.1"
|
||||
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.8.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.16.2"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.11.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.7.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -6,7 +6,7 @@ repository = "https://github.com/ruma/ruma"
|
||||
license = "MIT"
|
||||
version = "0.9.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.11.3"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||
license = "MIT"
|
||||
version = "0.9.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||
license = "MIT"
|
||||
version = "0.8.2"
|
||||
edition = "2021"
|
||||
rust-version = "1.64"
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user