summary refs log tree commit diff
path: root/pkgs/build-support/rust/test/import-cargo-lock/git-dependency/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/rust/test/import-cargo-lock/git-dependency/Cargo.toml')
-rw-r--r--pkgs/build-support/rust/test/import-cargo-lock/git-dependency/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/rust/test/import-cargo-lock/git-dependency/Cargo.toml b/pkgs/build-support/rust/test/import-cargo-lock/git-dependency/Cargo.toml
index 11ee8b1763e..a902dea9fcd 100644
--- a/pkgs/build-support/rust/test/import-cargo-lock/git-dependency/Cargo.toml
+++ b/pkgs/build-support/rust/test/import-cargo-lock/git-dependency/Cargo.toml
@@ -5,4 +5,4 @@ authors = ["Daniƫl de Kok <me@danieldk.eu>"]
 edition = "2018"
 
 [dependencies]
-rand = { git = "https://github.com/rust-random/rand.git", rev = "0.8.3" }
+rand = { git = "https://github.com/rust-random/rand.git" }