Release ruma-push-gateway-api 0.1.0-alpha.1

This commit is contained in:
Jonas Platte 2021-04-17 20:27:50 +02:00
parent 8149ba2cea
commit 98a1b17b74
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ruma-push-gateway-api"
version = "0.0.1"
version = "0.1.0-alpha.1"
authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Types for the endpoints in the Matrix push gateway API."
homepage = "https://www.ruma.io/"

View File

@ -31,7 +31,7 @@ ruma-appservice-api = { version = "=0.2.0-alpha.3", path = "../ruma-appservice-a
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-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.1.0-alpha.1", path = "../ruma-push-gateway-api", optional = true }
[dev-dependencies]
serde = { version = "1.0.118", features = ["derive"] }