Skip to content

Commit 03fc882

Browse files
Update dependencies
1 parent bc7de38 commit 03fc882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
toolchain: 1.78.0
4444
components: rust-src
45-
- uses: cargo-bins/[email protected].3
45+
- uses: cargo-bins/[email protected].4
4646
- run: cargo binstall cargo-expand --no-confirm
4747
- run: cargo test -- --test-threads=1
4848

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ version = { workspace = true }
3232
enumcapsulate-macros = { version = "0.6.2", path = "./macros", optional = true }
3333

3434
[dev-dependencies]
35-
tryexpand = "0.9.2"
35+
tryexpand = "0.10.0"
3636

3737
[features]
3838
default = ["derive"]

0 commit comments

Comments
 (0)