Release ruma-identity-service-api 0.1.0-alpha.1
This commit is contained in:
parent
108f13b3b0
commit
8149ba2cea
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ruma-identity-service-api"
|
name = "ruma-identity-service-api"
|
||||||
version = "0.0.1"
|
version = "0.1.0-alpha.1"
|
||||||
authors = ["Jonas Platte <jplatte@posteo.de>"]
|
authors = ["Jonas Platte <jplatte@posteo.de>"]
|
||||||
description = "Types for the endpoints in the Matrix identity service API."
|
description = "Types for the endpoints in the Matrix identity service API."
|
||||||
homepage = "https://www.ruma.io/"
|
homepage = "https://www.ruma.io/"
|
||||||
|
@ -30,7 +30,7 @@ ruma-api = { version = "=0.17.0-alpha.4", path = "../ruma-api", optional = true
|
|||||||
ruma-appservice-api = { version = "=0.2.0-alpha.3", path = "../ruma-appservice-api", optional = true }
|
ruma-appservice-api = { version = "=0.2.0-alpha.3", path = "../ruma-appservice-api", optional = true }
|
||||||
ruma-client-api = { version = "=0.10.0-alpha.3", path = "../ruma-client-api", optional = true }
|
ruma-client-api = { version = "=0.10.0-alpha.3", path = "../ruma-client-api", optional = true }
|
||||||
ruma-federation-api = { version = "=0.1.0-alpha.2", path = "../ruma-federation-api", optional = true }
|
ruma-federation-api = { version = "=0.1.0-alpha.2", path = "../ruma-federation-api", optional = true }
|
||||||
ruma-identity-service-api = { version = "0.0.1", path = "../ruma-identity-service-api", optional = true }
|
ruma-identity-service-api = { version = "=0.1.0-alpha.1", path = "../ruma-identity-service-api", optional = true }
|
||||||
ruma-push-gateway-api = { version = "0.0.1", path = "../ruma-push-gateway-api", optional = true }
|
ruma-push-gateway-api = { version = "0.0.1", path = "../ruma-push-gateway-api", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user