Bump ruma-identifiers version

This commit is contained in:
Jonas Platte 2020-08-08 18:28:23 +02:00
parent 0f3478bf90
commit d6d84a9a70
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
10 changed files with 17 additions and 15 deletions

View File

@ -19,7 +19,7 @@ edition = "2018"
http = "0.2.1" http = "0.2.1"
percent-encoding = "2.1.0" percent-encoding = "2.1.0"
ruma-api-macros = { version = "=0.17.0-alpha.1", path = "../ruma-api-macros" } ruma-api-macros = { version = "=0.17.0-alpha.1", path = "../ruma-api-macros" }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
ruma-serde = { version = "0.2.3", path = "../ruma-serde" } ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
serde = { version = "1.0.114", features = ["derive"] } serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57" serde_json = "1.0.57"

View File

@ -15,6 +15,6 @@ edition = "2018"
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" } ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
ruma-common = { version = "0.2.0", path = "../ruma-common" } ruma-common = { version = "0.2.0", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" } ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
serde = { version = "1.0.114", features = ["derive"] } serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57" serde_json = "1.0.57"

View File

@ -23,7 +23,7 @@ js_int = { version = "0.1.9", features = ["serde"] }
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" } ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
ruma-common = { version = "0.2.0", path = "../ruma-common" } ruma-common = { version = "0.2.0", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" } ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
ruma-serde = { version = "0.2.3", path = "../ruma-serde" } ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
serde = { version = "1.0.114", features = ["derive"] } serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57" serde_json = "1.0.57"

View File

@ -21,7 +21,7 @@ proc-macro2 = "1.0.19"
proc-macro = true proc-macro = true
[dev-dependencies] [dev-dependencies]
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
serde_json = "1.0.57" serde_json = "1.0.57"
js_int = { version = "0.1.9", features = ["serde"] } js_int = { version = "0.1.9", features = ["serde"] }
serde = { version = "1.0.114", features = ["derive"] } serde = { version = "1.0.114", features = ["derive"] }

View File

@ -17,7 +17,7 @@ criterion = { version = "0.3.3", optional = true }
js_int = { version = "0.1.9", features = ["serde"] } js_int = { version = "0.1.9", features = ["serde"] }
ruma-common = { version = "0.2.0", path = "../ruma-common" } ruma-common = { version = "0.2.0", path = "../ruma-common" }
ruma-events-macros = { version = "=0.22.0-alpha.1", path = "../ruma-events-macros" } ruma-events-macros = { version = "=0.22.0-alpha.1", path = "../ruma-events-macros" }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
ruma-serde = { version = "0.2.3", path = "../ruma-serde" } ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
serde = { version = "1.0.114", features = ["derive"] } serde = { version = "1.0.114", features = ["derive"] }
serde_json = { version = "1.0.57", features = ["raw_value"] } serde_json = { version = "1.0.57", features = ["raw_value"] }
@ -26,7 +26,7 @@ strum = { version = "0.19.2", features = ["derive"] }
[dev-dependencies] [dev-dependencies]
maplit = "1.0.2" maplit = "1.0.2"
matches = "0.1.8" matches = "0.1.8"
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers", features = ["rand"] } ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers", features = ["rand"] }
trybuild = "1.0.31" trybuild = "1.0.31"
[[bench]] [[bench]]

View File

@ -20,7 +20,7 @@ js_int = "0.1.9"
ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" } ruma-api = { version = "=0.17.0-alpha.1", path = "../ruma-api" }
ruma-common = { version = "0.2.0", path = "../ruma-common" } ruma-common = { version = "0.2.0", path = "../ruma-common" }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" } ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events" }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers" } ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers" }
ruma-serde = { version = "0.2.3", path = "../ruma-serde" } ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
serde = { version = "1.0.114", features = ["derive"] } serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.57" serde_json = "1.0.57"

View File

@ -6,7 +6,7 @@ keywords = ["matrix", "chat", "messaging", "ruma"]
license = "MIT" license = "MIT"
name = "ruma-identifiers-macros" name = "ruma-identifiers-macros"
repository = "https://github.com/ruma/ruma" repository = "https://github.com/ruma/ruma"
version = "0.17.3" version = "0.17.4"
edition = "2018" edition = "2018"
[dependencies] [dependencies]

View File

@ -1,15 +1,17 @@
# [unreleased] # [unreleased]
Breaking changes:
* Update strum dependency to 0.19
# 0.17.4
Bug fixes: Bug fixes:
* Fix key algorithm serde (de)serialization * Fix key algorithm serde (de)serialization
* Fix `key_algorithms::{DeviceKeyAlgorithm, ServerKeyAlgorithm}` not implementing `Deserialize` and * Fix `key_algorithms::{DeviceKeyAlgorithm, ServerKeyAlgorithm}` not implementing `Deserialize` and
`Serialize` with `default-features = false` + `features = ["serde", …]` `Serialize` with `default-features = false` + `features = ["serde", …]`
Breaking changes:
* Update strum dependency to 0.19
# 0.17.3 # 0.17.3
Bug fixes: Bug fixes:

View File

@ -12,7 +12,7 @@ license = "MIT"
name = "ruma-identifiers" name = "ruma-identifiers"
readme = "README.md" readme = "README.md"
repository = "https://github.com/ruma/ruma" repository = "https://github.com/ruma/ruma"
version = "0.17.3" version = "0.17.4"
edition = "2018" edition = "2018"
[package.metadata.docs.rs] [package.metadata.docs.rs]
@ -26,7 +26,7 @@ serde = ["serde1", "ruma-identifiers-validation/serde"]
[dependencies] [dependencies]
either = { version = "1.5.3", optional = true } either = { version = "1.5.3", optional = true }
rand = { version = "0.7.3", optional = true } rand = { version = "0.7.3", optional = true }
ruma-identifiers-macros = { version = "=0.17.3", path = "../ruma-identifiers-macros" } ruma-identifiers-macros = { version = "=0.17.4", path = "../ruma-identifiers-macros" }
ruma-identifiers-validation = { version = "0.1.1", path = "../ruma-identifiers-validation" } ruma-identifiers-validation = { version = "0.1.1", path = "../ruma-identifiers-validation" }
serde1 = { package = "serde", version = "1.0.114", optional = true, features = ["derive"] } serde1 = { package = "serde", version = "1.0.114", optional = true, features = ["derive"] }
strum = { version = "0.19.2", features = ["derive"] } strum = { version = "0.19.2", features = ["derive"] }

View File

@ -26,7 +26,7 @@ push-gateway-api = ["ruma-api", "ruma-push-gateway-api"]
[dependencies] [dependencies]
ruma-common = { version = "0.2.0", path = "../ruma-common" } ruma-common = { version = "0.2.0", path = "../ruma-common" }
ruma-identifiers = { version = "0.17.3", path = "../ruma-identifiers", features = ["serde"] } ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers", features = ["serde"] }
ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events", optional = true } ruma-events = { version = "=0.22.0-alpha.1", path = "../ruma-events", optional = true }
ruma-signatures = { version = "0.6.0-dev.1", path = "../ruma-signatures", optional = true } ruma-signatures = { version = "0.6.0-dev.1", path = "../ruma-signatures", optional = true }