Skip to content

Commit 28b367d

Browse files
committed
Update Rust to v1.58.0
1 parent 86898a8 commit 28b367d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
env:
1313
DIESEL_CLI_VERSION: 1.4.1
1414
NODE_VERSION: 16.13.2
15-
RUST_VERSION: 1.57.0
15+
RUST_VERSION: 1.58.0
1616

1717
jobs:
1818
frontend:

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
CARGO_TARPAULIN_VERSION: 0.19.0
1111
DIESEL_CLI_VERSION: 1.4.1
12-
RUST_VERSION: 1.57.0
12+
RUST_VERSION: 1.58.0
1313

1414
jobs:
1515
coverage:

RustConfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=1.57.0
1+
VERSION=1.58.0

0 commit comments

Comments
 (0)