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 6c9b4fd commit 50a80ecCopy full SHA for 50a80ec
.github/workflows/rust.yml
@@ -43,7 +43,7 @@ jobs:
43
# update `cargo-expand` accordingly, when bumping MSRV:
44
toolchain: 1.78.0
45
components: rust-src
46
- - uses: cargo-bins/cargo-binstall@v1.14.1
+ - uses: cargo-bins/cargo-binstall@v1.15.1
47
- run: cargo binstall cargo-expand@1.0.95 --no-confirm
48
- run: cargo test -- --test-threads=1
49
Cargo.toml
@@ -32,7 +32,7 @@ version = { workspace = true }
32
enumcapsulate-macros = { version = "0.6.3", path = "./macros", optional = true }
33
34
[dev-dependencies]
35
-tryexpand = "=0.10.0"
+tryexpand = "=0.11.0"
36
37
[features]
38
default = ["derive"]
0 commit comments