Skip to content

Commit 81b4d8f

Browse files
bors[bot]Taowyoo
andauthored
256: Correct version to publish `0.9.0` r=mzohreva a=Taowyoo Co-authored-by: Yuxiang Cao <[email protected]>
2 parents 5d0d655 + ca1645d commit 81b4d8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mbedtls/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mbedtls"
3-
version = "0.9.1"
3+
version = "0.9.0"
44
authors = ["Jethro Beekman <[email protected]>"]
55
build = "build.rs"
66
edition = "2018"
@@ -116,4 +116,4 @@ required-features = ["std"]
116116
[[test]]
117117
name = "async_session"
118118
path = "tests/async_session.rs"
119-
required-features = ["async-rt"]
119+
required-features = ["async-rt"]

0 commit comments

Comments
 (0)