Skip to content

Commit eebf6e7

Browse files
committed
Pin tryexpand dev-dependency to "=0.10.0" (the last version to still support the MSRV, v1.78.0)
1 parent 4bd5c21 commit eebf6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.10.0"
3636

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

0 commit comments

Comments
 (0)