Skip to content

Commit

Permalink
chore: Make num-traits no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
alexDickhans committed Aug 21, 2024
1 parent 696080f commit 27e4131
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 @@ -16,7 +16,7 @@ uom = { version = "0.36.0", default-features = false, features = ["f64", "si"] }
serde_json = { version = "^1.0.125", default-features = false, features = ["alloc"], optional = true }
serde = { version = "^1.0.208", default-features = false, features = ["alloc", "derive"], optional = true }
interp = "1.0.3"
num-traits = { version = "0.2.19", features = ["libm"] }
num-traits = { version = "0.2.19", default-features = false, features = ["libm"] }

[features]
default=["serde_support"]
Expand Down

0 comments on commit 27e4131

Please sign in to comment.