Skip to content

Commit 03eea21

Browse files
authored
bump deps, fix deny (#1482)
2 parents 7a2b4e4 + 7129d5a commit 03eea21

File tree

9 files changed

+359
-480
lines changed

9 files changed

+359
-480
lines changed

.changes/1038-1220-1482.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"description": "bump MSRV to 1.77.2",
4+
"type": "internal"
5+
}
6+
]

.changes/1038-1220.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- uses: ./.github/actions/setup-rust
7272
with:
7373
components: clippy
74-
toolchain: 1.64.0 # MSRV, Minimally Supported Rust Version. Make sure to update README.md and clippy.toml
74+
toolchain: 1.77.2 # MSRV, Minimally Supported Rust Version. Make sure to update README.md and clippy.toml
7575
- name: Run clippy
7676
run: cargo clippy --locked --all-targets --all-features --workspace -- -D warnings
7777
test:

0 commit comments

Comments
 (0)