We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68eb3bd + ed77cd8 commit 717f193Copy full SHA for 717f193
.travis.yml
@@ -17,10 +17,10 @@ matrix:
17
#if: everything!
18
before_script:
19
# rand 0.4.2 requires rust 1.15, and rand-0.3.22 requires rand-0.4 :/
20
- # manually hacking the lockfile due to the limitations of cargo#2773
+ # manually lowering the dependency in rayon-core:
21
+ - sed -i -e 's/^rand = .*$/rand = "=0.3.20"/' rayon-core/Cargo.toml
22
- cargo generate-lockfile
- - sed -i -e 's/"rand 0.[34].[0-9]\+/"rand 0.3.20/' Cargo.lock
23
- - sed -i -e '/^name = "rand"/,/^$/s/version = "0.3.[0-9]\+"/version = "0.3.20"/' Cargo.lock
+ - git checkout rayon-core/Cargo.toml
24
25
- rust: stable
26
os: linux
0 commit comments