We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7de38 commit 3a28402Copy full SHA for 3a28402
.github/workflows/rust.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
toolchain: 1.78.0
44
components: rust-src
45
- - uses: cargo-bins/cargo-binstall@v1.12.3
+ - uses: cargo-bins/cargo-binstall@v1.12.4
46
- run: cargo binstall cargo-expand --no-confirm
47
- run: cargo test -- --test-threads=1
48
Cargo.toml
@@ -32,7 +32,7 @@ version = { workspace = true }
32
enumcapsulate-macros = { version = "0.6.2", path = "./macros", optional = true }
33
34
[dev-dependencies]
35
-tryexpand = "0.9.2"
+tryexpand = "0.10.0"
36
37
[features]
38
default = ["derive"]
0 commit comments