Explorar el Código

I should have tested before I pushed.

Nick Mathewson hace 6 años
padre
commit
6f8b961a65
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/rust/include.am

+ 2 - 2
src/rust/include.am

@@ -15,8 +15,8 @@ EXTRA_DIST +=\
 	src/rust/protover/protover.rs \
 	src/rust/protover/tests/protover.rs \
 	src/rust/rand/Cargo.toml \
-	src/rust/rand/lib.toml \
-	src/rust/rand/rng.toml \
+	src/rust/rand/lib.rs \
+	src/rust/rand/rng.rs \
 	src/rust/smartlist/Cargo.toml \
 	src/rust/smartlist/lib.rs \
 	src/rust/smartlist/smartlist.rs \