Skip to content

Commit

Permalink
Update Rust to 1.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Jun 19, 2020
1 parent f7a85aa commit 2d20a76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ commands:
jobs:
shaku:
docker:
- image: rust:1.44.0
- image: rust:1.44.1
steps:
- checkout
- remove-rust-toolchain
Expand All @@ -59,7 +59,7 @@ jobs:
test-args: "-- --skip compile_fail"
shaku_rocket:
docker:
- image: rust:1.44.0
- image: rust:1.44.1
working_directory: ~/project/shaku_rocket
steps:
- checkout:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Shaku supports the latest stable release of Rust, plus the previous two versions
at minimum (but possibly more). Changes to the minimum supported version will be
noted in the changelog.

Latest stable version: 1.44.0
Latest stable version: 1.44.1

Minimum supported version: 1.38.0

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.44.0
1.44.1

0 comments on commit 2d20a76

Please sign in to comment.