Pin regex to 1.7.3 for compact_filters feature to keep the MSRV to 1.57.0
This commit is contained in:
parent
0bf9a0ee2c
commit
0f25c6ab29
@ -34,6 +34,8 @@ socks = { version = "0.3", optional = true }
|
|||||||
hwi = { version = "0.5", optional = true, features = ["use-miniscript"] }
|
hwi = { version = "0.5", optional = true, features = ["use-miniscript"] }
|
||||||
# required for sqlite feature, hashlink versions after 0.8.1 depend on Hashbrown 0.13 with MSRV 1.61.0
|
# required for sqlite feature, hashlink versions after 0.8.1 depend on Hashbrown 0.13 with MSRV 1.61.0
|
||||||
hashlink = { version = "=0.8.1", optional = true }
|
hashlink = { version = "=0.8.1", optional = true }
|
||||||
|
# required for compact_filters feature, regex versions after 1.7.3 have MSRV 1.60.0
|
||||||
|
regex = { version = "=1.7.3", optional = true }
|
||||||
|
|
||||||
bip39 = { version = "2.0.0", optional = true }
|
bip39 = { version = "2.0.0", optional = true }
|
||||||
bitcoinconsensus = { version = "0.19.0-3", optional = true }
|
bitcoinconsensus = { version = "0.19.0-3", optional = true }
|
||||||
@ -60,7 +62,7 @@ default = ["std", "key-value-db", "electrum"]
|
|||||||
std = ["bitcoin/std", "miniscript/std"]
|
std = ["bitcoin/std", "miniscript/std"]
|
||||||
sqlite = ["rusqlite", "ahash", "hashlink"]
|
sqlite = ["rusqlite", "ahash", "hashlink"]
|
||||||
sqlite-bundled = ["sqlite", "rusqlite/bundled"]
|
sqlite-bundled = ["sqlite", "rusqlite/bundled"]
|
||||||
compact_filters = ["rocksdb", "socks", "cc"]
|
compact_filters = ["rocksdb", "socks", "cc", "regex"]
|
||||||
key-value-db = ["sled"]
|
key-value-db = ["sled"]
|
||||||
all-keys = ["keys-bip39"]
|
all-keys = ["keys-bip39"]
|
||||||
keys-bip39 = ["bip39"]
|
keys-bip39 = ["bip39"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user