From 7151d9656aae4354bd13fa37c6a47a50a29c6b11 Mon Sep 17 00:00:00 2001 From: Shella Stephens Date: Thu, 30 Jul 2020 17:57:56 -0700 Subject: [PATCH 1/3] Test PR --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 794c99c..1f1ad30 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For a deeper dive into why we are hoping Armistice will become see [VISION.md]. ## Minimum Supported Rust Version -- Rust **1.42** +- Rust **1.42+** ## Security Warning @@ -70,4 +70,4 @@ without any additional terms or conditions. [CONTRIBUTING.md]: https://github.com/iqlusioninc/armistice/blob/develop/CONTRIBUTING.md [CODE_OF_CONDUCT.md]: https://github.com/iqlusioninc/armistice/blob/develop/CODE_OF_CONDUCT.md [VISION.md]: https://github.com/iqlusioninc/armistice/blob/develop/VISION.md -[Matrix/Riot]: https://matrix.to/#/!RPcrrAZGkFhSYabkrM:matrix.org?via=matrix.org \ No newline at end of file +[Matrix/Riot]: https://matrix.to/#/!RPcrrAZGkFhSYabkrM:matrix.org?via=matrix.org From 98e2cb64d64ed86baa34438443c1ea9600cb7ac7 Mon Sep 17 00:00:00 2001 From: Shella Stephens Date: Thu, 30 Jul 2020 18:34:35 -0700 Subject: [PATCH 2/3] test 1.42 --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7f1d7ec..36c44d3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -49,7 +49,7 @@ jobs: - thumbv7em-none-eabi - wasm32-unknown-unknown toolchain: - - 1.43.0 # MSRV + - 1.42.0 # MSRV - stable steps: - name: Checkout sources @@ -140,7 +140,7 @@ jobs: - macos-latest - windows-latest toolchain: - - 1.43.0 # MSRV + - 1.42.0 # MSRV - stable runs-on: ${{ matrix.platform }} steps: From e84b491a572c95b61143ba0392226222fc61b7d9 Mon Sep 17 00:00:00 2001 From: Shella Stephens Date: Wed, 5 Aug 2020 08:54:08 -0700 Subject: [PATCH 3/3] Revert "test 1.42" This reverts commit 98e2cb64d64ed86baa34438443c1ea9600cb7ac7. --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 36c44d3..7f1d7ec 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -49,7 +49,7 @@ jobs: - thumbv7em-none-eabi - wasm32-unknown-unknown toolchain: - - 1.42.0 # MSRV + - 1.43.0 # MSRV - stable steps: - name: Checkout sources @@ -140,7 +140,7 @@ jobs: - macos-latest - windows-latest toolchain: - - 1.42.0 # MSRV + - 1.43.0 # MSRV - stable runs-on: ${{ matrix.platform }} steps: