Преглед на файлове

fixup! Extract core part of smartlist code into its own library.

Nick Mathewson преди 5 години
родител
ревизия
6e2b6a6685
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/rust/build.rs

+ 1 - 0
src/rust/build.rs

@@ -155,6 +155,7 @@ pub fn main() {
             cfg.component("tor-lock");
             cfg.component("tor-fdio");
             cfg.component("tor-container-testing");
+            cfg.component("tor-smartlist-core-testing");
             cfg.component("tor-string-testing");
             cfg.component("tor-malloc");
             cfg.component("tor-wallclock");