diff --git a/crates/toml/Cargo.toml b/crates/toml/Cargo.toml index 173c4cab..aef7386b 100644 --- a/crates/toml/Cargo.toml +++ b/crates/toml/Cargo.toml @@ -42,7 +42,7 @@ preserve_order = ["indexmap"] [dependencies] serde = "1.0.145" indexmap = { version = "2.0.0", optional = true } -toml_edit = { version = "0.21.0", path = "../toml_edit", features = ["serde"], optional = true } +toml_edit = { version = "0.21.0", path = "../toml_edit", default-features = false, features = ["serde"], optional = true } toml_datetime = { version = "0.6.5", path = "../toml_datetime", features = ["serde"] } serde_spanned = { version = "0.6.4", path = "../serde_spanned", features = ["serde"] }