Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc0171 commit 86b80ddCopy full SHA for 86b80dd
2 files changed
.github/workflows/on-workflow-call-build.yml
@@ -11,7 +11,7 @@ jobs:
11
- ubuntu-22.04
12
- ubuntu-24.04
13
toolchain:
14
- - "1.82.0"
+ - "1.85.0"
15
- stable
16
- beta
17
- nightly
Cargo.toml
@@ -56,4 +56,4 @@ indexing_slicing = "deny"
56
float_cmp = "deny"
57
float_cmp_const = "deny"
58
cast_lossless = "deny"
59
-arithmetic_side_effects = "warn"
+arithmetic_side_effects = "warn"
0 commit comments