File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 9.0.2 - July 13, 2023
2
+
3
+ - Workaround for recursion bug in rustc https://github.com/rust-bitcoin/rust-miniscript/pull/566
4
+
1
5
# 9.0.1 - March 8, 2023
2
6
3
7
- Fixed a typing rule in ` multi_a ` for taproot miniscript descriptors. Current typing rules
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " miniscript"
3
- version = " 9.0.1 "
3
+ version = " 9.0.2 "
4
4
authors = [" Andrew Poelstra <apoelstra@wpsoftware.net>, Sanket Kanjalkar <sanket1729@gmail.com>" ]
5
5
license = " CC0-1.0"
6
6
homepage = " https://github.com/rust-bitcoin/rust-miniscript/"
@@ -63,4 +63,4 @@ required-features = ["compiler","std"]
63
63
64
64
[[example ]]
65
65
name = " psbt_sign_finalize"
66
- required-features = [" std" ]
66
+ required-features = [" std" ]
You can’t perform that action at this time.
0 commit comments