Set rust-version for crates/* (excl. ruma-signatures)
This commit is contained in:
parent
5f902851af
commit
e1ebff0047
@ -9,6 +9,7 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.6.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.59"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -9,6 +9,7 @@ readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.14.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.59"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
categories = ["api-bindings", "web-programming"]
|
||||
description = "A Matrix client library."
|
||||
edition = "2021"
|
||||
homepage = "https://www.ruma.io/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
@ -9,6 +8,8 @@ name = "ruma-client"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.9.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.59"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -8,6 +8,7 @@ license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
edition = "2021"
|
||||
rust-version = "1.59"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
categories = ["api-bindings", "web-programming"]
|
||||
description = "Types for the endpoints in the Matrix server-server API."
|
||||
edition = "2021"
|
||||
homepage = "https://www.ruma.io/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
@ -9,6 +8,8 @@ name = "ruma-federation-api"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.59"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -6,6 +6,7 @@ repository = "https://github.com/ruma/ruma"
|
||||
license = "MIT"
|
||||
version = "0.8.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.59"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -8,6 +8,7 @@ license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
edition = "2021"
|
||||
rust-version = "1.59"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
categories = ["api-bindings", "web-programming"]
|
||||
description = "Procedural macros used by the Ruma crates."
|
||||
edition = "2021"
|
||||
homepage = "https://www.ruma.io/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||
license = "MIT"
|
||||
@ -9,6 +8,8 @@ name = "ruma-macros"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.9.2"
|
||||
edition = "2021"
|
||||
rust-version = "1.59"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -8,6 +8,7 @@ license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
edition = "2021"
|
||||
rust-version = "1.59"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -1,7 +1,6 @@
|
||||
[package]
|
||||
categories = ["api-bindings", "cryptography"]
|
||||
description = "Digital signatures according to the Matrix specification."
|
||||
edition = "2021"
|
||||
homepage = "https://www.ruma.io/"
|
||||
keywords = ["matrix", "chat", "messaging", "ruma", "cryptography"]
|
||||
license = "MIT"
|
||||
@ -9,6 +8,7 @@ name = "ruma-signatures"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.11.0"
|
||||
edition = "2021"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -9,6 +9,7 @@ readme = "README.md"
|
||||
license = "MIT"
|
||||
version = "0.7.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.59"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
@ -9,6 +9,7 @@ readme = "README.md"
|
||||
license = "MIT"
|
||||
version = "0.6.2"
|
||||
edition = "2021"
|
||||
rust-version = "1.59"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user