File tree Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Expand file tree Collapse file tree 6 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ opt-level = 3
19
19
debug = false
20
20
debug-assertions = false
21
21
lto = true
22
+
23
+ # FIXME: Support 0.61.0+ when we only support Rustc 1.71.0+.
24
+ [patch .crates-io ]
25
+ windows-sys = { git = " https://github.com/microsoft/windows-rs.git" , rev = " 308e08e" }
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ default-features = false
23
23
# Issue: https://github.com/BurntSushi/quickcheck/issues/295
24
24
# Fix: https://github.com/BurntSushi/quickcheck/pull/296
25
25
quickcheck = { git = " https://github.com/Alexhuszagh/quickcheck/" , branch = " i32min-shrink-bound-legacy" }
26
- proptest = " >=1.5.0"
26
+ # FIXME: Support 1.7.0+ when we only support Rustc 1.66.0+.
27
+ proptest = " >=1.5.0, <1.7.0"
27
28
28
29
[features ]
29
30
default = [" std" ]
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ default-features = false
23
23
# Issue: https://github.com/BurntSushi/quickcheck/issues/295
24
24
# Fix: https://github.com/BurntSushi/quickcheck/pull/296
25
25
quickcheck = { git = " https://github.com/Alexhuszagh/quickcheck/" , branch = " i32min-shrink-bound-legacy" }
26
- proptest = " >=1.5.0"
26
+ # FIXME: Support 1.7.0+ when we only support Rustc 1.66.0+.
27
+ proptest = " >=1.5.0, <1.7.0"
27
28
28
29
[features ]
29
30
default = [" std" ]
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ default-features = false
19
19
# Issue: https://github.com/BurntSushi/quickcheck/issues/295
20
20
# Fix: https://github.com/BurntSushi/quickcheck/pull/296
21
21
quickcheck = { git = " https://github.com/Alexhuszagh/quickcheck/" , branch = " i32min-shrink-bound-legacy" }
22
- proptest = " >=1.5.0"
22
+ # FIXME: Support 1.7.0+ when we only support Rustc 1.66.0+.
23
+ proptest = " >=1.5.0, <1.7.0"
23
24
24
25
[features ]
25
26
default = [" std" ]
Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ approx = "0.5.0"
28
28
# Issue: https://github.com/BurntSushi/quickcheck/issues/295
29
29
# Fix: https://github.com/BurntSushi/quickcheck/pull/296
30
30
quickcheck = { git = " https://github.com/Alexhuszagh/quickcheck/" , branch = " i32min-shrink-bound-legacy" }
31
- proptest = " >=1.5.0"
32
31
fraction = " 0.15.0"
32
+ # FIXME: Support 1.7.0+ when we only support Rustc 1.66.0+.
33
+ proptest = " >=1.5.0, <1.7.0"
33
34
34
35
[features ]
35
36
default = [" std" ]
Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ default-features = false
23
23
# Issue: https://github.com/BurntSushi/quickcheck/issues/295
24
24
# Fix: https://github.com/BurntSushi/quickcheck/pull/296
25
25
quickcheck = { git = " https://github.com/Alexhuszagh/quickcheck/" , branch = " i32min-shrink-bound-legacy" }
26
- proptest = " >=1.5.0"
27
26
rustversion = " >=1.0.18"
27
+ # FIXME: Support 1.7.0+ when we only support Rustc 1.66.0+.
28
+ proptest = " >=1.5.0, <1.7.0"
28
29
29
30
[features ]
30
31
default = [" std" ]
You can’t perform that action at this time.
0 commit comments