Skip to content

Commit c5956a7

Browse files
committed
Update Rust to v1.58.1
1 parent 82105a9 commit c5956a7

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
@@ -11,7 +11,7 @@ on:
1111

1212
env:
1313
DIESEL_CLI_VERSION: 1.4.1
14-
RUST_VERSION: 1.58.0
14+
RUST_VERSION: 1.58.1
1515

1616
jobs:
1717
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.1
1111
DIESEL_CLI_VERSION: 1.4.1
12-
RUST_VERSION: 1.58.0
12+
RUST_VERSION: 1.58.1
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.58.0
1+
VERSION=1.58.1

0 commit comments

Comments
 (0)