summaryrefslogtreecommitdiff
path: root/crates/tor-cell
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-cell')
-rw-r--r--crates/tor-cell/Cargo.toml20
-rw-r--r--crates/tor-cell/semver.md4
2 files changed, 10 insertions, 14 deletions
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index 823c503cb..d10728918 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -60,15 +60,15 @@ paste = "1"
rand = "0.9.1"
smallvec = "1.10"
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.29.0" }
-tor-cert = { path = "../tor-cert", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.29.0", optional = true, features = ["memquota-memcost"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0", features = ["memquota-memcost"] }
-tor-memquota = { version = "0.29.0", path = "../tor-memquota", default-features = false }
-tor-units = { path = "../tor-units", version = "0.29.0", features = ["memquota-memcost"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.30.0" }
+tor-cert = { path = "../tor-cert", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.30.0", optional = true, features = ["memquota-memcost"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0", features = ["memquota-memcost"] }
+tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false }
+tor-units = { path = "../tor-units", version = "0.30.0", features = ["memquota-memcost"] }
void = "1"
[dev-dependencies]
diff --git a/crates/tor-cell/semver.md b/crates/tor-cell/semver.md
deleted file mode 100644
index 82d33b526..000000000
--- a/crates/tor-cell/semver.md
+++ /dev/null
@@ -1,4 +0,0 @@
-breaking: RelayMsgOuter::encode() now expects a cell format argument.
-breaking: Remove deprecated method Data::split_from().
-breakign: Data::try_split_from() now expects a cell format argument.
-