Skip to content

Commit 04ad520

Browse files
committed
chore: Update from '_rust/main' template
2 parents 7c3a2d3 + ee2eef5 commit 04ad520

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust-next.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
latest:
4949
name: "Check latest dependencies"
5050
runs-on: ubuntu-latest
51+
env:
52+
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS: allow
5153
steps:
5254
- name: Checkout repository
5355
uses: actions/checkout@v5

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ str_to_string = "warn"
7979
string_add = "warn"
8080
string_add_assign = "warn"
8181
string_lit_as_bytes = "warn"
82-
string_to_string = "warn"
8382
todo = "warn"
8483
trait_duplication_in_bounds = "warn"
8584
uninlined_format_args = "warn"

0 commit comments

Comments
 (0)