Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlettman committed Aug 12, 2024
2 parents 9acca59 + a00df8b commit 862d538
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dwarf-debug-info = true
binrw = { version = "0.14" }
modular-bitfield = "0.11"
serde = { version = "1.0", optional = true }
clap = { version = "4.5.13", features = ["derive"] }
clap = { version = "4.5.15", features = ["derive"] }
log = { version = "0.4" }
chrono = { version = "0.4" }
thiserror = "1.0"
Expand Down

0 comments on commit 862d538

Please sign in to comment.