This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 94
94
- name : Install Rust
95
95
uses : actions-rs/toolchain@v1
96
96
with :
97
- toolchain : 1.61.0
97
+ toolchain : 1.58.1
98
98
override : true
99
99
components : clippy
100
100
- uses : Swatinem/rust-cache@v2
@@ -112,7 +112,7 @@ jobs:
112
112
- name : Install Rust
113
113
uses : actions-rs/toolchain@v1
114
114
with :
115
- toolchain : 1.61.0
115
+ toolchain : 1.58.1
116
116
override : true
117
117
components : rustfmt
118
118
- uses : Swatinem/rust-cache@v2
@@ -204,7 +204,7 @@ jobs:
204
204
- name : Install Rust
205
205
uses : actions-rs/toolchain@v1
206
206
with :
207
- toolchain : 1.61.0
207
+ toolchain : 1.58.1
208
208
override : true
209
209
- uses : Swatinem/rust-cache@v2
210
210
@@ -320,7 +320,7 @@ jobs:
320
320
- name : Install Rust
321
321
uses : actions-rs/toolchain@v1
322
322
with :
323
- toolchain : 1.61.0
323
+ toolchain : 1.58.1
324
324
override : true
325
325
- uses : Swatinem/rust-cache@v2
326
326
@@ -452,7 +452,7 @@ jobs:
452
452
- name : Install Rust
453
453
uses : actions-rs/toolchain@v1
454
454
with :
455
- toolchain : 1.61.0
455
+ toolchain : 1.58.1
456
456
override : true
457
457
- uses : Swatinem/rust-cache@v2
458
458
@@ -478,7 +478,7 @@ jobs:
478
478
- name : Install Rust
479
479
uses : actions-rs/toolchain@v1
480
480
with :
481
- toolchain : 1.61.0
481
+ toolchain : 1.58.1
482
482
override : true
483
483
- uses : Swatinem/rust-cache@v2
484
484
Original file line number Diff line number Diff line change
1
+ Lower minimum supported rustc version to 1.58.1.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "synapse"
7
7
version = " 0.1.0"
8
8
9
9
edition = " 2021"
10
- rust-version = " 1.61.0 "
10
+ rust-version = " 1.58.1 "
11
11
12
12
[lib ]
13
13
name = " synapse"
You can’t perform that action at this time.
0 commit comments