Skip to content

Commit

Permalink
fix: change default_features to default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
threadexio committed May 4, 2024
1 parent 144fa66 commit 2d9a119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions channels-serdes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ ciborium = { version = "0.2", optional = true }
crc = { version = "3.0", optional = true }
flate2 = { version = "1.0", optional = true }
ring = { version = "0.17", default-features = false, optional = true }
serde = { version = "1.0", default_features = false, optional = true }
serde_json = { version = "1.0", default_features = false, features = ["alloc"], optional = true }
serde = { version = "1.0", default-features = false, optional = true }
serde_json = { version = "1.0", default-features = false, features = ["alloc"], optional = true }

[lints]
workspace = true

0 comments on commit 2d9a119

Please sign in to comment.