Skip to content

Commit bfb8e77

Browse files
authored
Merge pull request petelliott#36 from kulp/fix-paste
Avoid breakage from paste v0.1.17
2 parents ba3bffb + c48ff50 commit bfb8e77

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
@@ -10,7 +10,7 @@ repository = "https://github.com/petelliott/lightning-sys"
1010
documentation = "https://docs.rs/lightning-sys"
1111

1212
[dependencies]
13-
paste = "0.1"
13+
paste = "0.1.18"
1414
lazy_static = "1.4.0"
1515

1616
[build-dependencies]

0 commit comments

Comments
 (0)