Correctly specify git dependency

Fixes #1178.
reviewable/pr1179/r1
Tamir Duberstein 2 months ago
parent 8724cc1b2d
commit 352fcda284
No known key found for this signature in database

@ -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" }

Loading…
Cancel
Save