Skip to content

Commit f1c1272

Browse files
committed
release 9.0.2
1 parent 1ab9d04 commit f1c1272

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
# 9.0.1 - March 8, 2023
26

37
- Fixed a typing rule in `multi_a` for taproot miniscript descriptors. Current typing rules

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "miniscript"
3-
version = "9.0.1"
3+
version = "9.0.2"
44
authors = ["Andrew Poelstra <[email protected]>, Sanket Kanjalkar <[email protected]>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/rust-bitcoin/rust-miniscript/"
@@ -63,4 +63,4 @@ required-features = ["compiler","std"]
6363

6464
[[example]]
6565
name = "psbt_sign_finalize"
66-
required-features = ["std"]
66+
required-features = ["std"]

0 commit comments

Comments
 (0)