Skip to content

Commit 4d3e074

Browse files
Junha Yangmajecty
authored andcommitted
Upgrade rust toolchain to 1.45.2
1 parent 8334a0c commit 4d3e074

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
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 1
1717
- uses: actions-rs/toolchain@v1
1818
with:
19-
toolchain: 1.43.0
19+
toolchain: 1.45.2
2020
profile: minimal
2121
override: true
2222
- run: cargo fetch --verbose

.github/workflows/cargo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fetch-depth: 1
4747
- uses: actions-rs/toolchain@v1
4848
with:
49-
toolchain: 1.43.0
49+
toolchain: 1.45.2
5050
profile: minimal
5151
override: true
5252
- run: cargo fetch --verbose

.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.43.0
3+
- 1.45.2
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
@@ -35,7 +35,7 @@ This will produce an executable in the `./target/release` directory.
3535
### Building From Source
3636

3737
#### Build Dependencies
38-
Foundry requires Rust version 1.43.0 to build. Using [rustup](https://rustup.rs/ "rustup URL") is recommended.
38+
Foundry requires Rust version 1.45.2 to build. Using [rustup](https://rustup.rs/ "rustup URL") is recommended.
3939

4040
- For Linux Systems:
4141
- Ubuntu

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.43.0
1+
1.45.2

0 commit comments

Comments
 (0)