Skip to content

Commit 8850e91

Browse files
committed
Use newer getrandom version from GitHub
This picks up rust-random/getrandom#415. It's still apparently not supported until Windows XP, but seems like it compiles better.
1 parent 9fe567b commit 8850e91

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

clippy/rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clippy/rust/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ edition = "2021"
66
[dependencies]
77
serde = { version = "1.0.210", features = ["derive"] }
88
ureq = { version = "2.10.1", features = ["json"] }
9+
10+
[patch.crates-io]
11+
getrandom = { git = "https://github.com/rust-random/getrandom.git" }

0 commit comments

Comments
 (0)