diff options
Diffstat (limited to 'crates/tor-rtcompat')
| -rw-r--r-- | crates/tor-rtcompat/Cargo.toml | 6 | ||||
| -rw-r--r-- | crates/tor-rtcompat/semver.md | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index 8f706bf6a..cfb910d88 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.29.0" +version = "0.30.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.77" @@ -70,8 +70,8 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true, features = "time", ] } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } -tor-error = { version = "0.29.0", path = "../tor-error" } -tor-general-addr = { version = "0.29.0", path = "../tor-general-addr" } +tor-error = { version = "0.30.0", path = "../tor-error" } +tor-general-addr = { version = "0.30.0", path = "../tor-general-addr" } tracing = "0.1.36" void = "1" diff --git a/crates/tor-rtcompat/semver.md b/crates/tor-rtcompat/semver.md deleted file mode 100644 index 6a9427c77..000000000 --- a/crates/tor-rtcompat/semver.md +++ /dev/null @@ -1,3 +0,0 @@ -# BREAKING - -## `BlockOn::reenter_block_on` accepts a non-`Send`, non-`'static` future |
