Skip to content

Commit b1bf040

Browse files
Seulgi Kimsgkim126
Seulgi Kim
authored andcommitted
Use rust 1.39.0
1 parent 22fe803 commit b1bf040

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: actions-rs/toolchain@v1
1616
with:
17-
toolchain: 1.37.0
17+
toolchain: 1.39.0
1818
override: true
1919
- run: cargo fetch --verbose
2020
- run: cargo build --release

.github/workflows/cargo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v1
3939
- uses: actions-rs/toolchain@v1
4040
with:
41-
toolchain: 1.37.0
41+
toolchain: 1.39.0
4242
override: true
4343
- run: cargo fetch --verbose
4444
- run: cargo build

.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.37.0
3+
- 1.39.0
44
stages:
55
- name: test
66
if: branch != docker-build

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ With the methods above, node organizers can manage their local persistent data u
7373
### Building From Source
7474

7575
#### Build Dependencies
76-
CodeChain requires Rust version 1.37.0 to build. Using [rustup](https://rustup.rs/ "rustup URL") is recommended.
76+
CodeChain requires Rust version 1.39.0 to build. Using [rustup](https://rustup.rs/ "rustup URL") is recommended.
7777

7878
- For Linux Systems:
7979
- Ubuntu

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.37.0
1+
1.39.0

0 commit comments

Comments
 (0)