fix: add txbuilder to unstable feature gate (#349)

This commit is contained in:
Santiago Carmuega 2023-12-10 14:08:58 -03:00 committed by GitHub
parent fa913e4799
commit f698e26969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }
[features]
unstable = ["pallas-rolldb", "pallas-wallet", "pallas-hardano"]
unstable = ["pallas-rolldb", "pallas-wallet", "pallas-hardano", "pallas-txbuilder"]