Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ABouttefeux committed Apr 7, 2022
2 parents 97f4581 + fae388f commit 6db785f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ publish = true
license = "MIT OR Apache-2.0"
include = ["logo.svg"]

[lib]
crate-type = ["lib"]

[features]
serde-serialize = ["serde", "nalgebra/serde-serialize"]
no-overflow-test= []
Expand All @@ -37,6 +40,7 @@ version-sync = "0.9.4"

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[profile.test]
Expand Down

0 comments on commit 6db785f

Please sign in to comment.