Commit 27c4fdc
committed
Allow use of
This allows a project dependeing on `getrandom` to use this to get
an Fully Rust-1.85-compatible Cargo.lock, while still allowing projects
with newer MSRV to use 0.4:
```
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=fallback cargo update -p getrandom
```
Inspired by the windows-sys documentation that recommends using the same
pattern.wasip3 0.3 for MSRV reasons.1 parent f71482e commit 27c4fdc
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| |||
0 commit comments