diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/arti-config/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/arti-hyper/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/caret/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/retry-error/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/safelog/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-checkable/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-consdiff/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-events/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-linkspec/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-protover/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/tor-rtmock/Cargo.toml | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/crates/arti-config/Cargo.toml b/crates/arti-config/Cargo.toml index 2f2c0f76d..ba8d3049e 100644 --- a/crates/arti-config/Cargo.toml +++ b/crates/arti-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-config" -version = "0.4.0" +version = "0.4.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml index d6149d21a..b99192a5e 100644 --- a/crates/arti-hyper/Cargo.toml +++ b/crates/arti-hyper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-hyper" -version = "0.4.0" +version = "0.4.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/caret/Cargo.toml b/crates/caret/Cargo.toml index 3b4c7b59c..4810321f2 100644 --- a/crates/caret/Cargo.toml +++ b/crates/caret/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "caret" -version = "0.2.0" +version = "0.2.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml index d75353c94..c44461ec3 100644 --- a/crates/retry-error/Cargo.toml +++ b/crates/retry-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retry-error" -version = "0.2.0" +version = "0.2.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/safelog/Cargo.toml b/crates/safelog/Cargo.toml index d907df481..b08bb735d 100644 --- a/crates/safelog/Cargo.toml +++ b/crates/safelog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safelog" -version = "0.1.0" +version = "0.1.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml index b4ebb014b..10e5631a1 100644 --- a/crates/tor-checkable/Cargo.toml +++ b/crates/tor-checkable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-checkable" -version = "0.3.0" +version = "0.3.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml index e8fe9f74a..c9b9953ee 100644 --- a/crates/tor-consdiff/Cargo.toml +++ b/crates/tor-consdiff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-consdiff" -version = "0.3.0" +version = "0.3.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/tor-events/Cargo.toml b/crates/tor-events/Cargo.toml index 623b35599..d0d2c6573 100644 --- a/crates/tor-events/Cargo.toml +++ b/crates/tor-events/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-events" -version = "0.3.1" +version = "0.3.2" edition = "2021" rust-version = "1.56" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index 208fcebc3..73596da46 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.3.1" +version = "0.3.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml index f45f391f8..d6fda9740 100644 --- a/crates/tor-protover/Cargo.toml +++ b/crates/tor-protover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-protover" -version = "0.3.0" +version = "0.3.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index b4970e4dd..163e3a1b7 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.4.0" +version = "0.4.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" |
