Release ruma-identifiers 0.21.0
This commit is contained in:
parent
62c55d90ed
commit
fec52a0218
@ -26,7 +26,7 @@ bytes = "1.0.1"
|
|||||||
http = "0.2.2"
|
http = "0.2.2"
|
||||||
percent-encoding = "2.1.0"
|
percent-encoding = "2.1.0"
|
||||||
ruma-api-macros = { version = "=0.18.5", path = "../ruma-api-macros" }
|
ruma-api-macros = { version = "=0.18.5", path = "../ruma-api-macros" }
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
|
@ -24,7 +24,7 @@ ruma-api = { version = "0.18.5", path = "../ruma-api" }
|
|||||||
ruma-client-api = { version = "0.12.3", path = "../ruma-client-api", features = ["client"], optional = true }
|
ruma-client-api = { version = "0.12.3", path = "../ruma-client-api", features = ["client"], optional = true }
|
||||||
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "0.24.6", path = "../ruma-events" }
|
ruma-events = { version = "0.24.6", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
|
@ -31,7 +31,7 @@ percent-encoding = "2.1.0"
|
|||||||
ruma-api = { version = "0.18.5", path = "../ruma-api" }
|
ruma-api = { version = "0.18.5", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "0.24.6", path = "../ruma-events" }
|
ruma-events = { version = "0.24.6", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
|
@ -44,7 +44,7 @@ reqwest = { version = "0.11.4", optional = true, default-features = false }
|
|||||||
ruma-api = { version = "0.18.5", path = "../ruma-api" }
|
ruma-api = { version = "0.18.5", path = "../ruma-api" }
|
||||||
ruma-client-api = { version = "0.12.3", path = "../ruma-client-api", optional = true, features = ["client"] }
|
ruma-client-api = { version = "0.12.3", path = "../ruma-client-api", optional = true, features = ["client"] }
|
||||||
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
|
@ -22,7 +22,7 @@ unstable-msc2677 = []
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
indexmap = { version = "1.6.2", features = ["serde-1"] }
|
indexmap = { version = "1.6.2", features = ["serde-1"] }
|
||||||
js_int = { version = "0.2.0", features = ["serde"] }
|
js_int = { version = "0.2.0", features = ["serde"] }
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = { version = "1.0.60", features = ["raw_value"] }
|
serde_json = { version = "1.0.60", features = ["raw_value"] }
|
||||||
|
@ -33,7 +33,7 @@ js_int = { version = "0.2.0", features = ["serde"] }
|
|||||||
pulldown-cmark = { version = "0.8", default-features = false, optional = true }
|
pulldown-cmark = { version = "0.8", default-features = false, optional = true }
|
||||||
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
||||||
ruma-events-macros = { version = "=0.24.6", path = "../ruma-events-macros" }
|
ruma-events-macros = { version = "=0.24.6", path = "../ruma-events-macros" }
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers", features = ["serde"] }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers", features = ["serde"] }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = { version = "1.0.60", features = ["raw_value"] }
|
serde_json = { version = "1.0.60", features = ["raw_value"] }
|
||||||
@ -44,7 +44,7 @@ wildmatch = "2.0.0"
|
|||||||
assign = "1.1.1"
|
assign = "1.1.1"
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
matches = "0.1.8"
|
matches = "0.1.8"
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers", features = ["rand"] }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers", features = ["rand"] }
|
||||||
trybuild = "1.0.38"
|
trybuild = "1.0.38"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
|
@ -27,7 +27,7 @@ js_int = { version = "0.2.0", features = ["serde"] }
|
|||||||
ruma-api = { version = "0.18.5", path = "../ruma-api" }
|
ruma-api = { version = "0.18.5", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "0.24.6", path = "../ruma-events" }
|
ruma-events = { version = "0.24.6", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
|
@ -5,7 +5,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.20.0"
|
version = "0.21.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.21.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
* Make almost all identifier types dynamically-sized types that wrap `str`
|
* Make almost all identifier types dynamically-sized types that wrap `str`
|
||||||
@ -15,7 +17,7 @@ Breaking changes:
|
|||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
* Add `host`, `port` and `is_ip_literal` methods to `ServerName`
|
* Add `host`, `port` and `is_ip_literal` methods to `ServerName`
|
||||||
* Add `matrix_uri::MatrixToUri` to build `matrix.to` URIs
|
* Add `MatrixToUri` to build `matrix.to` URIs
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
|
@ -7,7 +7,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.20.0"
|
version = "0.21.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
@ -24,7 +24,7 @@ serde = ["ruma-serde", "serde1"]
|
|||||||
either = { version = "1.6.1", optional = true }
|
either = { version = "1.6.1", optional = true }
|
||||||
percent-encoding = "2.1.0"
|
percent-encoding = "2.1.0"
|
||||||
rand_crate = { package = "rand", version = "0.8.3", optional = true }
|
rand_crate = { package = "rand", version = "0.8.3", optional = true }
|
||||||
ruma-identifiers-macros = { version = "=0.20.0", path = "../ruma-identifiers-macros" }
|
ruma-identifiers-macros = { version = "=0.21.0", path = "../ruma-identifiers-macros" }
|
||||||
ruma-identifiers-validation = { version = "0.6.0", path = "../ruma-identifiers-validation", default-features = false }
|
ruma-identifiers-validation = { version = "0.6.0", path = "../ruma-identifiers-validation", default-features = false }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde", optional = true }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde", optional = true }
|
||||||
ruma-serde-macros = { version = "0.6.0", path = "../ruma-serde-macros" }
|
ruma-serde-macros = { version = "0.6.0", path = "../ruma-serde-macros" }
|
||||||
|
@ -21,7 +21,7 @@ server = []
|
|||||||
js_int = { version = "0.2.0", features = ["serde"] }
|
js_int = { version = "0.2.0", features = ["serde"] }
|
||||||
ruma-api = { version = "0.18.5", path = "../ruma-api" }
|
ruma-api = { version = "0.18.5", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ js_int = { version = "0.2.0", features = ["serde"] }
|
|||||||
ruma-api = { version = "0.18.5", path = "../ruma-api" }
|
ruma-api = { version = "0.18.5", path = "../ruma-api" }
|
||||||
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "0.24.6", path = "../ruma-events" }
|
ruma-events = { version = "0.24.6", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
|
@ -19,4 +19,4 @@ serde_json = { version = "1.0.61", features = ["raw_value"] }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
matches = "0.1.8"
|
matches = "0.1.8"
|
||||||
ruma-identifiers = { path = "../ruma-identifiers" }
|
ruma-identifiers = { path = "../ruma-identifiers" , version = "0.21.0"}
|
||||||
|
@ -23,7 +23,7 @@ ed25519-dalek = "1.0.1"
|
|||||||
pkcs8 = { version = "0.7.0", features = ["alloc"] }
|
pkcs8 = { version = "0.7.0", features = ["alloc"] }
|
||||||
# because dalek uses an older version of rand_core
|
# because dalek uses an older version of rand_core
|
||||||
rand = { version = "0.7", features = ["getrandom"] }
|
rand = { version = "0.7", features = ["getrandom"] }
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.60"
|
||||||
sha2 = "0.9.5"
|
sha2 = "0.9.5"
|
||||||
|
@ -25,7 +25,7 @@ itertools = "0.10.0"
|
|||||||
js_int = "0.2.0"
|
js_int = "0.2.0"
|
||||||
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
||||||
ruma-events = { version = "0.24.6", path = "../ruma-events" }
|
ruma-events = { version = "0.24.6", path = "../ruma-events" }
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.60"
|
serde_json = "1.0.60"
|
||||||
|
@ -142,7 +142,7 @@ assign = "1.1.1"
|
|||||||
js_int = "0.2.0"
|
js_int = "0.2.0"
|
||||||
|
|
||||||
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
ruma-common = { version = "0.6.0", path = "../ruma-common" }
|
||||||
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers", features = ["serde"] }
|
ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers", features = ["serde"] }
|
||||||
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.6.0", path = "../ruma-serde" }
|
||||||
|
|
||||||
ruma-client = { version = "0.7.0", path = "../ruma-client", optional = true }
|
ruma-client = { version = "0.7.0", path = "../ruma-client", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user