fix: add txbuilder to unstable feature gate (#349)
This commit is contained in:
parent
4504dd4f1d
commit
adb510d668
1 changed files with 1 additions and 1 deletions
|
|
@ -26,4 +26,4 @@ pallas-hardano = { version = "=0.20.0", path = "../pallas-hardano/", optional =
|
||||||
pallas-txbuilder = { version = "=0.20.0", path = "../pallas-txbuilder/", optional = true }
|
pallas-txbuilder = { version = "=0.20.0", path = "../pallas-txbuilder/", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
unstable = ["pallas-rolldb", "pallas-wallet", "pallas-hardano"]
|
unstable = ["pallas-rolldb", "pallas-wallet", "pallas-hardano", "pallas-txbuilder"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue