Skip to content

Commit

Permalink
Merge pull request #649 from epage/fix
Browse files Browse the repository at this point in the history
fix: Remove unused dependencies
  • Loading branch information
epage committed Nov 6, 2023
2 parents 0026e2a + e162e9f commit 7b110a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/toml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down

0 comments on commit 7b110a0

Please sign in to comment.