Skip to content

Commit

Permalink
Upgrade to Rust 1.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungMin Lee authored and sgkim126 committed Mar 3, 2020
1 parent c2e5c57 commit bb58de0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.41.0
toolchain: 1.41.1
profile: minimal
override: true
- run: cargo fetch --verbose
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fetch-depth: 1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.41.0
toolchain: 1.41.1
profile: minimal
override: true
- run: cargo fetch --verbose
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: rust
rust:
- 1.41.0
- 1.41.1
stages:
- name: test
if: branch != docker-build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This will produce an executable in the `./target/release` directory.
### Building From Source

#### Build Dependencies
Foundry requires Rust version 1.41.0 to build. Using [rustup](https://rustup.rs/ "rustup URL") is recommended.
Foundry requires Rust version 1.41.1 to build. Using [rustup](https://rustup.rs/ "rustup URL") is recommended.

- For Linux Systems:
- Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.41.0
1.41.1

0 comments on commit bb58de0

Please sign in to comment.