Skip to content

Commit 0f128d4

Browse files
Seulgi Kimsgkim126
authored andcommitted
Upgrade Rust to 1.34.0
1 parent c573669 commit 0f128d4

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: rust
22
rust:
3-
- 1.32.0
3+
- 1.34.0
44
stages:
55
- name: test
66
if: branch != docker-build

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This should result in CodeChain running.
5656
### Building From Source
5757

5858
#### Build Dependencies
59-
CodeChain requires Rust version 1.32.0 to build. Using [rustup](https://rustup.rs/ "rustup URL") is recommended.
59+
CodeChain requires Rust version 1.34.0 to build. Using [rustup](https://rustup.rs/ "rustup URL") is recommended.
6060

6161
- For Linux Systems:
6262
- Ubuntu

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.32.0
1+
1.34.0

0 commit comments

Comments
 (0)