Skip to content

Commit

Permalink
Remove benchmarks from distribution [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
novacrazy committed Sep 24, 2023
1 parent c12357a commit 413ea40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/fizyk20/generic-array.git"

keywords = ["generic", "array"]
categories = ["data-structures", "no-std"]
include = ["src/**/*", "benches/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]

[badges]
travis-ci = { repository = "fizyk20/generic-array" }
Expand Down Expand Up @@ -43,6 +43,7 @@ rand = "0.8"

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

[profile.bench]
Expand Down

0 comments on commit 413ea40

Please sign in to comment.