Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit df37654

Browse files
committed
chore(cargo): update minimum rust version to 1.33
1 parent 5de8d0a commit df37654

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
@@ -3,7 +3,7 @@ os:
33
- linux
44
- osx
55
rust:
6-
- 1.31.0
6+
- 1.33.0
77
- stable
88
- beta
99
- nightly

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A server application to run tox bootstrap node.
44

55
## Building and running
66

7-
You'll need [Rust] >= 1.31.0.
7+
You'll need [Rust] >= 1.33.0.
88

99
Build with:
1010

0 commit comments

Comments
 (0)