From 9e52d2c123933812fd477b9a88bc0397cc0b1d40 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Fri, 21 Feb 2025 09:00:54 -0500 Subject: [PATCH] Correctly specify git dependency Fixes #1178. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 397c3ecc..7e9bc6e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,4 +108,4 @@ codegen-units = 1 [patch.crates-io] # TODO: Remove when https://github.com/rust-random/getrandom/commit/b75db5cede302bc9734f5bf2b9048a6e05c7f11e appears in a release. -getrandom = { git = "https://github.com/rust-random/getrandom.git#b75db5cede302bc9734f5bf2b9048a6e05c7f11e" } +getrandom = { git = "https://github.com/rust-random/getrandom.git", rev = "b75db5cede302bc9734f5bf2b9048a6e05c7f11e" }