Release ruma 0.0.3

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

View File

@ -33,7 +33,7 @@ serde_json = "1.0.61"
[dev-dependencies] [dev-dependencies]
anyhow = "1.0.37" anyhow = "1.0.37"
ruma = { version = "0.0.2", path = "../ruma", features = ["client-api-c"] } ruma = { version = "0.0.3", path = "../ruma", features = ["client-api-c"] }
tokio = { version = "1.0.1", features = ["macros", "rt"] } tokio = { version = "1.0.1", features = ["macros", "rt"] }
tokio-stream = { version = "0.1.1", default-features = false } tokio-stream = { version = "0.1.1", default-features = false }

View File

@ -8,7 +8,7 @@ homepage = "https://www.ruma.io/"
repository = "https://github.com/ruma/ruma" repository = "https://github.com/ruma/ruma"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
version = "0.0.2" version = "0.0.3"
edition = "2018" edition = "2018"
[package.metadata.docs.rs] [package.metadata.docs.rs]