-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6cad1b
commit fb3779f
Showing
5 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "h3o-ice" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
authors = ["Sylvain Laperche <[email protected]>"] | ||
edition = "2021" | ||
description = "Frozen{Map,Set} for H3 cells, based on finite state transducers." | ||
|
@@ -30,8 +30,11 @@ fst = { version = "0.4", default-features = false } | |
|
||
[dev-dependencies] | ||
criterion = { version = "0.5", default-features = false, features = ["html_reports"] } | ||
thc = { version = "0.1", default-features = false } | ||
h3o-zip = { version = "0.1", default-features = false } | ||
|
||
[[bench]] | ||
name = "api" | ||
harness = false | ||
|
||
[profile.release] | ||
lto = "thin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.