Skip to content

Commit ef273f0

Browse files
committed
relay-builder: enable std feature for base64
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 2423323 commit ef273f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/nostr-relay-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tokio = { workspace = true, features = ["macros", "net", "sync"] }
2626
tracing.workspace = true
2727

2828
[dev-dependencies]
29-
base64.workspace = true
29+
base64 = { workspace = true, features = ["std"] }
3030
hyper = { version = "1.6", features = ["server", "http1"] }
3131
hyper-util = { version = "0.1", features = ["tokio"] }
3232
tracing-subscriber = { workspace = true, features = ["env-filter"] }

0 commit comments

Comments
 (0)