Browse Source

I should have tested before I pushed.

Nick Mathewson 6 years ago
parent
commit
6f8b961a65
1 changed files with 2 additions and 2 deletions
  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 \