Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit b7508b1

Browse files
authored
Lower minimum rustc version to 1.58.1 (#13857)
1 parent cfe486b commit b7508b1

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Install Rust
9595
uses: actions-rs/toolchain@v1
9696
with:
97-
toolchain: 1.61.0
97+
toolchain: 1.58.1
9898
override: true
9999
components: clippy
100100
- uses: Swatinem/rust-cache@v2
@@ -112,7 +112,7 @@ jobs:
112112
- name: Install Rust
113113
uses: actions-rs/toolchain@v1
114114
with:
115-
toolchain: 1.61.0
115+
toolchain: 1.58.1
116116
override: true
117117
components: rustfmt
118118
- uses: Swatinem/rust-cache@v2
@@ -204,7 +204,7 @@ jobs:
204204
- name: Install Rust
205205
uses: actions-rs/toolchain@v1
206206
with:
207-
toolchain: 1.61.0
207+
toolchain: 1.58.1
208208
override: true
209209
- uses: Swatinem/rust-cache@v2
210210

@@ -320,7 +320,7 @@ jobs:
320320
- name: Install Rust
321321
uses: actions-rs/toolchain@v1
322322
with:
323-
toolchain: 1.61.0
323+
toolchain: 1.58.1
324324
override: true
325325
- uses: Swatinem/rust-cache@v2
326326

@@ -452,7 +452,7 @@ jobs:
452452
- name: Install Rust
453453
uses: actions-rs/toolchain@v1
454454
with:
455-
toolchain: 1.61.0
455+
toolchain: 1.58.1
456456
override: true
457457
- uses: Swatinem/rust-cache@v2
458458

@@ -478,7 +478,7 @@ jobs:
478478
- name: Install Rust
479479
uses: actions-rs/toolchain@v1
480480
with:
481-
toolchain: 1.61.0
481+
toolchain: 1.58.1
482482
override: true
483483
- uses: Swatinem/rust-cache@v2
484484

changelog.d/13857.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lower minimum supported rustc version to 1.58.1.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "synapse"
77
version = "0.1.0"
88

99
edition = "2021"
10-
rust-version = "1.61.0"
10+
rust-version = "1.58.1"
1111

1212
[lib]
1313
name = "synapse"

0 commit comments

Comments
 (0)