diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index cfa7a99..57806cb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -43,7 +43,7 @@ jobs: # update `cargo-expand` accordingly, when bumping MSRV: toolchain: 1.78.0 components: rust-src - - uses: cargo-bins/cargo-binstall@v1.14.1 + - uses: cargo-bins/cargo-binstall@v1.14.2 - run: cargo binstall cargo-expand@1.0.95 --no-confirm - run: cargo test -- --test-threads=1 diff --git a/Cargo.toml b/Cargo.toml index faa5e41..1711657 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ version = { workspace = true } enumcapsulate-macros = { version = "0.6.3", path = "./macros", optional = true } [dev-dependencies] -tryexpand = "=0.10.0" +tryexpand = "=0.11.0" [features] default = ["derive"]