Release ruma-api-macros 0.9.0, ruma-api 0.12.0
This commit is contained in:
parent
d68c59974d
commit
08a3d820be
@ -9,13 +9,13 @@ license = "MIT"
|
|||||||
name = "ruma-api"
|
name = "ruma-api"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-api"
|
repository = "https://github.com/ruma/ruma-api"
|
||||||
version = "0.12.0-alpha.1"
|
version = "0.12.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
http = "0.2.0"
|
http = "0.2.0"
|
||||||
percent-encoding = { version = "2.1.0", optional = true }
|
percent-encoding = { version = "2.1.0", optional = true }
|
||||||
ruma-api-macros = { version = "=0.9.0-alpha.1", path = "ruma-api-macros", optional = true }
|
ruma-api-macros = { version = "=0.9.0", path = "ruma-api-macros", optional = true }
|
||||||
ruma-identifiers = "0.14.0"
|
ruma-identifiers = "0.14.0"
|
||||||
serde = { version = "1.0.103", features = ["derive"], optional = true }
|
serde = { version = "1.0.103", features = ["derive"], optional = true }
|
||||||
serde_json = "1.0.42"
|
serde_json = "1.0.42"
|
||||||
|
@ -9,7 +9,7 @@ license = "MIT"
|
|||||||
name = "ruma-api-macros"
|
name = "ruma-api-macros"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/ruma/ruma-api"
|
repository = "https://github.com/ruma/ruma-api"
|
||||||
version = "0.9.0-alpha.1"
|
version = "0.9.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user