Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
toolchain: stable
components: rust-src
- uses: cargo-bins/[email protected].5
- uses: cargo-bins/[email protected].6
- run: cargo binstall cargo-expand --no-confirm
- run: cargo test

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ version = "0.3.1"
parking_lot = "0.12.2"

[dev-dependencies]
criterion = "0.5.1"
criterion = "0.6.0"

# minimal versions
clap_builder = "=4.5.38" # MSRV <= 1.70.0
clap_builder = "=4.5.39" # MSRV <= 1.70.0

# overridden versions
bumpalo = "3.16.0" # yanked: "3.15.0"
Expand Down