Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86b80dd

Browse files
committed
fix(ci): update build toolchain
1 parent 3cc0171 commit 86b80dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-workflow-call-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- ubuntu-22.04
1212
- ubuntu-24.04
1313
toolchain:
14-
- "1.82.0"
14+
- "1.85.0"
1515
- stable
1616
- beta
1717
- nightly

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ indexing_slicing = "deny"
5656
float_cmp = "deny"
5757
float_cmp_const = "deny"
5858
cast_lossless = "deny"
59-
arithmetic_side_effects = "warn"
59+
arithmetic_side_effects = "warn"

0 commit comments

Comments
 (0)