Release ruma-client 0.5.0-alpha.1
This commit is contained in:
parent
a377ac87da
commit
1c47963bef
10
ruma-client/CHANGELOG.md
Normal file
10
ruma-client/CHANGELOG.md
Normal file
@ -0,0 +1,10 @@
|
||||
# 0.5.0 (unreleased)
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Rename the Cargo feature `tls` to `tls-native`
|
||||
* Upgrade dependencies
|
||||
|
||||
Improvements:
|
||||
|
||||
* Add support for rustls as the TLS backend
|
@ -13,7 +13,7 @@ license = "MIT"
|
||||
name = "ruma-client"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ruma/ruma"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0-alpha.1"
|
||||
|
||||
[dependencies]
|
||||
assign = "1.1.1"
|
||||
@ -33,7 +33,7 @@ serde = { version = "1.0.118", features = ["derive"] }
|
||||
serde_json = "1.0.61"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.36"
|
||||
anyhow = "1.0.37"
|
||||
ruma = { version = "0.0.2", path = "../ruma", features = ["client-api"] }
|
||||
tokio = { version = "1.0.1", features = ["macros", "rt"] }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user