Skip to content

Commit 1a7c261

Browse files
committed
lower version requirement of proc-macro2
1 parent 21efc52 commit 1a7c261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

is-plutus-data-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
proc-macro2 = "1.0.87"
7+
proc-macro2 = "^1.0.66"
88
quote = "1.0.37"
99
syn = { version = "2.0.79", features = ["full", "extra-traits"]}
1010
thiserror = "1.0.64"

0 commit comments

Comments
 (0)