Skip to content

Commit

Permalink
Disable default features for serde
Browse files Browse the repository at this point in the history
  • Loading branch information
agerasev committed Sep 6, 2024
1 parent 213e4b2 commit 0bbc54a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions portable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ authors.workspace = true
repository.workspace = true
license.workspace = true

[features]
serde = ["dep:serde"]

[dependencies]
flatty-base.workspace = true
num-traits = { version = "0.2", default-features = false }
flatty-containers.workspace = true
serde = { version = "1.0", optional = true }
serde = { version = "1.0", optional = true, default-features = false }

0 comments on commit 0bbc54a

Please sign in to comment.