diff options
Diffstat (limited to 'src/rust/build.rs')
-rw-r--r-- | src/rust/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/build.rs b/src/rust/build.rs index f9b40689fc..8b0ea8ed65 100644 --- a/src/rust/build.rs +++ b/src/rust/build.rs @@ -149,7 +149,7 @@ pub fn main() { // will have dependencies on all the other rust packages that // tor uses. We must be careful with factoring and dependencies // moving forward! - cfg.component("or-crypto-testing"); + cfg.component("tor-crypt-ops-testing"); cfg.component("or-testing"); cfg.component("tor-err-testing"); cfg.component("or-event-testing"); |