Skip to content

Commit

Permalink
Publish v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nordzilla committed Feb 1, 2024
1 parent 06c3a15 commit 9beb10c
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 @@ -10,7 +10,7 @@ categories = [ "algorithms", "mathematics", "no-std" ]
license = "MIT"
edition = "2021"
rust-version = "1.71.1"
include = ["src/lib.rs", "LICENSE", "README.md", "CHANGELOG.md"]
include = ["src/lib.rs", "benches/benchmark.rs", "LICENSE", "README.md", "CHANGELOG.md"]

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand Down

0 comments on commit 9beb10c

Please sign in to comment.