forked from proptest-rs/proptest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimum rust version increased to 1.33
This is because the updated rand_core crate to 0.6 uses getrandom at version 0.2 which uses the cfg_target_vendor feature which was stabilized at 1.33: rust-lang/rust#57465
- Loading branch information
1 parent
291908a
commit 4e5e4a7
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ language: rust | |
sudo: false | ||
dist: trusty | ||
rust: | ||
- 1.32.0 | ||
- 1.33.0 | ||
- stable | ||
- beta | ||
- nightly | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters