Skip to content

Commit 63b64a0

Browse files
Update dependencies
1 parent eebf6e7 commit 63b64a0

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
@@ -43,7 +43,7 @@ jobs:
4343
# update `cargo-expand` accordingly, when bumping MSRV:
4444
toolchain: 1.78.0
4545
components: rust-src
46-
- uses: cargo-bins/[email protected].1
46+
- uses: cargo-bins/[email protected].3
4747
- run: cargo binstall [email protected] --no-confirm
4848
- run: cargo test -- --test-threads=1
4949

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.3", path = "./macros", optional = true }
3333

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

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

0 commit comments

Comments
 (0)