Skip to content

Commit fb53468

Browse files
authored
fix(toml): Don't enable std in toml_writer (#1019)
Found when looking at #1018
2 parents 24b51cd + 3966db1 commit fb53468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/toml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ winnow = { version = "0.7.10", default-features = false, optional = true }
5656
anstream = { version = "0.6.15", optional = true }
5757
anstyle = { version = "1.0.8", optional = true }
5858
toml_datetime = { version = "0.7.0", path = "../toml_datetime", default-features = false, features = ["alloc"] }
59-
toml_writer = { version = "1.0.2", path = "../toml_writer", optional = true }
59+
toml_writer = { version = "1.0.2", path = "../toml_writer", default-features = false, features = ["alloc"], optional = true }
6060
serde_spanned = { version = "1.0.0", path = "../serde_spanned", default-features = false, features = ["alloc"] }
6161
foldhash = { version = "0.1.5", default-features = false, optional = true }
6262

0 commit comments

Comments
 (0)