diff options
Diffstat (limited to 'tor-dirmgr/Cargo.toml')
| -rw-r--r-- | tor-dirmgr/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-dirmgr/Cargo.toml b/tor-dirmgr/Cargo.toml index d7849352e..38571d338 100644 --- a/tor-dirmgr/Cargo.toml +++ b/tor-dirmgr/Cargo.toml @@ -23,7 +23,7 @@ tor-dirclient = { path="../tor-dirclient", version="0.0.0" } tor-netdir = { path="../tor-netdir", version="0.0.0" } tor-netdoc = { path="../tor-netdoc", version="0.0.0" } tor-llcrypto = { path="../tor-llcrypto", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false } +tor-rtcompat = { path="../tor-rtcompat", version="0.0.0" } anyhow = "1.0.38" async-trait = "0.1.48" |
