Commit 73b1061
Merge #705
705: Update compat-Cargo.lock r=cuviper a=matklad
I've noticed that #704 uses old compat lockfile, which is strange, given that it changes Cargo.lock.
What happens here is that cargo writes new compat lockfile during CI.
That means that CI might break randomly, if rayon's dependency is published with the same major version, but different MSRV
With this PR, CI will break deterministically if you change Cargo.toml and don't update compat-Cargo.lock.
Not sure if this actually makes sense :)
Co-authored-by: Aleksey Kladov <[email protected]>2 files changed
+17
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments