diff options
Diffstat (limited to 'crates/tor-persist')
| -rw-r--r-- | crates/tor-persist/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index 88e68e9cc..e60e89f73 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.1.0" +version = "0.2.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -20,7 +20,7 @@ serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" sanitize-filename = "0.3.0" thiserror = "1" -tor-error = { path="../tor-error", version = "0.1.0"} +tor-error = { path="../tor-error", version = "0.2.0"} [target.'cfg(not(target_arch = "wasm32"))'.dependencies] fslock = { version = "0.2.0" } |
