From 2d20a7663c4d77098b17f6567ca2f178600e2033 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Fri, 19 Jun 2020 18:07:53 -0400 Subject: [PATCH] Update Rust to 1.44.1 --- .circleci/config.yml | 4 ++-- README.md | 2 +- rust-toolchain | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1db751b..846af0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ commands: jobs: shaku: docker: - - image: rust:1.44.0 + - image: rust:1.44.1 steps: - checkout - remove-rust-toolchain @@ -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: diff --git a/README.md b/README.md index 53a3ffc..4ff5e32 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/rust-toolchain b/rust-toolchain index 7ceac2f..3a406eb 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.44.0 \ No newline at end of file +1.44.1 \ No newline at end of file