We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e69adc commit e2ae6cfCopy full SHA for e2ae6cf
.travis.yml
@@ -72,7 +72,7 @@ matrix:
72
73
# MSRV
74
- env: TARGET=x86_64-unknown-linux-gnu
75
- rust: 1.34.0
+ rust: 1.36.0
76
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
77
78
before_install:
README.md
@@ -175,7 +175,7 @@ to be considered reliable.
175
176
## Minimum Supported Rust Version (MSRV)
177
178
-This crate is guaranteed to compile on stable Rust 1.34.0 and up. It *might*
+This crate is guaranteed to compile on stable Rust 1.36.0 and up. It *might*
179
compile with older versions but that may change in any new patch release.
180
181
## License
0 commit comments