Skip to content

Commit

Permalink
sui-transaction-builder: enable base64ct feature 'std'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Dec 23, 2024
1 parent e0f7c1e commit cb174b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-transaction-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
description = "Transaction API for the Rust SDK for the Sui Blockchain"

[dependencies]
base64ct = "1.6"
base64ct = { version = "1.6", features = ["std"] }
bcs = "0.1.6"
serde = { version = "1.0", features = ["derive"] }
serde_with = { version = "3.9", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit cb174b6

Please sign in to comment.