Skip to content

Commit

Permalink
Fix * in heapless dependency not supported by crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Price committed Oct 22, 2023
1 parent 585bcad commit ac6137c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ser_as_str = ["heapless"]
[dependencies]
serde = { package = "serde", version = "1", features = ["derive"], optional = true, default-features=false }
schemars = { version = "0.8", optional = true }
heapless = { version = "*", optional = true }
heapless = { version = "0", optional = true }

[dev-dependencies]
serde_test = "1"
Expand Down

0 comments on commit ac6137c

Please sign in to comment.