Skip to content

Commit

Permalink
chore: move txbuilder to stable feature (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Apr 21, 2024
1 parent 8fde4a5 commit 9a405f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pallas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ pallas-crypto = { version = "=0.25.0", path = "../pallas-crypto/" }
pallas-codec = { version = "=0.25.0", path = "../pallas-codec/" }
pallas-utxorpc = { version = "=0.25.0", path = "../pallas-utxorpc/" }
pallas-configs = { version = "=0.25.0", path = "../pallas-configs/" }
pallas-txbuilder = { version = "=0.25.0", path = "../pallas-txbuilder/" }
pallas-rolldb = { version = "=0.25.0", path = "../pallas-rolldb/", optional = true }
pallas-wallet = { version = "=0.25.0", path = "../pallas-wallet/", optional = true }
pallas-hardano = { version = "=0.25.0", path = "../pallas-hardano/", optional = true }
pallas-txbuilder = { version = "=0.25.0", path = "../pallas-txbuilder/", optional = true }

[features]
unstable = ["pallas-rolldb", "pallas-wallet", "pallas-hardano", "pallas-txbuilder"]
unstable = ["pallas-rolldb", "pallas-wallet", "pallas-hardano"]
1 change: 0 additions & 1 deletion pallas/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ pub use pallas_applying as applying;
pub use pallas_wallet as wallet;

#[doc(inline)]
#[cfg(feature = "unstable")]
pub use pallas_txbuilder as txbuilder;

0 comments on commit 9a405f2

Please sign in to comment.