Skip to content

Commit

Permalink
Activate std/num-traits-libm from diman_unit_system
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehforsch committed Aug 15, 2024
1 parent bc26100 commit b58921e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/diman_unit_system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ serde = []
rand = []
hdf5 = []
rational-dimensions = []
num-traits-libm = []
std = []
num-traits-libm = ["diman_lib/num-traits-libm"]
std = ["diman_lib/std"]

default = ["f32", "f64"]

Expand Down

0 comments on commit b58921e

Please sign in to comment.