Release ruma-signatures 0.6.0
This commit is contained in:
parent
4ff8f751e0
commit
953358e8ee
@ -1,4 +1,6 @@
|
|||||||
# 0.6.0 (unreleased)
|
# [unreleased]
|
||||||
|
|
||||||
|
# 0.6.0
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ license = "MIT"
|
|||||||
name = "ruma-signatures"
|
name = "ruma-signatures"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma"
|
repository = "https://github.com/ruma/ruma"
|
||||||
version = "0.6.0-alpha.1"
|
version = "0.6.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
|
@ -24,7 +24,7 @@ ruma-identifiers = { version = "0.18.0", path = "../ruma-identifiers", features
|
|||||||
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.1", path = "../ruma-serde" }
|
||||||
|
|
||||||
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events", optional = true }
|
ruma-events = { version = "=0.22.0-alpha.2", path = "../ruma-events", optional = true }
|
||||||
ruma-signatures = { version = "=0.6.0-alpha.1", path = "../ruma-signatures", optional = true }
|
ruma-signatures = { version = "0.6.0", path = "../ruma-signatures", optional = true }
|
||||||
|
|
||||||
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api", optional = true }
|
ruma-api = { version = "=0.17.0-alpha.2", path = "../ruma-api", optional = true }
|
||||||
ruma-appservice-api = { version = "=0.2.0-alpha.2", path = "../ruma-appservice-api", optional = true }
|
ruma-appservice-api = { version = "=0.2.0-alpha.2", path = "../ruma-appservice-api", optional = true }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user