Skip to content

Commit d545a33

Browse files
committed
Bump MSRV to 1.36.0
1 parent 9d49a8f commit d545a33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
22
matrix:
33
include:
4-
- rust: 1.27.2
4+
- rust: 1.36.0
55
script:
66
- cargo test --tests
77
- rust: stable

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ as well as anything that requires non-const function calls to be computed.
1515

1616
## Minimum supported `rustc`
1717

18-
`1.27.2+`
18+
`1.36.0+`
1919

2020
This version is explicitly tested in CI and may only be bumped in new minor versions. Any changes to the supported minimum version will be called out in the release notes.
2121

0 commit comments

Comments
 (0)