diff options
Diffstat (limited to 'crates/tor-cell')
| -rw-r--r-- | crates/tor-cell/Cargo.toml | 12 | ||||
| -rw-r--r-- | crates/tor-cell/semver.md | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index 3096c0adf..be4e9aedb 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.7.0" +version = "0.8.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -31,13 +31,13 @@ educe = "0.4.6" rand = "0.8" thiserror = "1" tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" } -tor-bytes = { path = "../tor-bytes", version = "0.6.0" } -tor-cert = { path = "../tor-cert", version = "0.6.0" } -tor-error = { path = "../tor-error", version = "0.4.0" } +tor-bytes = { path = "../tor-bytes", version = "0.6.1" } +tor-cert = { path = "../tor-cert", version = "0.6.1" } +tor-error = { path = "../tor-error", version = "0.4.1" } tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.0", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.6.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.0" } -tor-units = { path = "../tor-units", version = "0.4.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" } +tor-units = { path = "../tor-units", version = "0.4.1" } [dev-dependencies] hex = "0.4" diff --git a/crates/tor-cell/semver.md b/crates/tor-cell/semver.md new file mode 100644 index 000000000..d937a48d6 --- /dev/null +++ b/crates/tor-cell/semver.md @@ -0,0 +1,2 @@ +BREAKING: Deprecated CreateFast::body(), CreatedFast::into_body() methods +MODIFIED: Added CreateFast::handshake(), CreatedFast::into_handshake() methods |
