You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subtle = { version = "2.3", default-features = false }
However in 0.10.1 we started using CtOption::into_option (in the pczt module), which was added in subtle 2.6. We should either remove our usages of it, or raise our subtle requirement to 2.6 (which would make it incompatible in the same codebase as bip0039 0.10 as that depends on password-hash 0.3 which has subtle < 2.5 for annoying old MSRV reasons).
The text was updated successfully, but these errors were encountered:
We currently require
subtle 2.3
:orchard/Cargo.toml
Line 43 in 9afad02
However in
0.10.1
we started usingCtOption::into_option
(in thepczt
module), which was added insubtle 2.6
. We should either remove our usages of it, or raise oursubtle
requirement to2.6
(which would make it incompatible in the same codebase asbip0039 0.10
as that depends onpassword-hash 0.3
which hassubtle < 2.5
for annoying old MSRV reasons).The text was updated successfully, but these errors were encountered: