File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " elements"
3- version = " 0.6 .0"
3+ version = " 0.7 .0"
44authors = [" Andrew Poelstra <apoelstra@blockstream.com>" ]
55description = " Library with support for de/serialization, parsing and executing on data structures and network messages related to Elements"
66license = " CC0-1.0"
@@ -21,7 +21,7 @@ bitcoin_hashes = "0.3.0"
2121secp256k1 = " 0.12.0"
2222
2323[dependencies .bitcoin ]
24- version = " 0.17 .0"
24+ version = " 0.18 .0"
2525
2626[dependencies .serde ]
2727version = " 1.0"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ afl = { version = "0.3", optional = true }
1717elements = { path = " .." , features = [" fuzztarget" , " serde-feature" ] }
1818
1919[dependencies .bitcoin ]
20- version = " 0.17 "
20+ version = " 0.18 "
2121
2222# Prevent this from interfering with workspaces
2323[workspace ]
You can’t perform that action at this time.
0 commit comments