Skip to content

Commit ffbde1a

Browse files
committed
Fix MSRV in readme and CI
1 parent d5412d6 commit ffbde1a

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.36.0
4+
- rust: 1.40.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.36.0+`
18+
`1.40.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)