diff options
Diffstat (limited to 'tor-chanmgr')
| -rw-r--r-- | tor-chanmgr/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tor-chanmgr/Cargo.toml b/tor-chanmgr/Cargo.toml index 1bd9d5312..825467161 100644 --- a/tor-chanmgr/Cargo.toml +++ b/tor-chanmgr/Cargo.toml @@ -13,10 +13,10 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" [features] [dependencies] -tor-rtcompat = { path="../tor-rtcompat", version= "*", default-features=false } -tor-proto = { path="../tor-proto", version= "*" } -tor-linkspec = { path="../tor-linkspec", version= "*" } -tor-llcrypto = { path="../tor-llcrypto", version= "*" } +tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false } +tor-proto = { path="../tor-proto", version="0.0.0" } +tor-linkspec = { path="../tor-linkspec", version="0.0.0" } +tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } async-trait = "0.1.48" futures = "0.3.13" @@ -26,4 +26,4 @@ thiserror = "1.0.24" [dev-dependencies] futures-await-test = "0.3.0" hex-literal = "0.3.1" -tor-rtmock = { path="../tor-rtmock", version= "*" } +tor-rtmock = { path="../tor-rtmock", version="0.0.0" } |
