Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
dump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grim7reaper committed Mar 20, 2024
1 parent 2e6eebc commit 319726c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Possible sections are:
<!-- next-header -->
## [Unreleased] - ReleaseDate

### Changed

- bump h3o to 0.6

## [0.1.4] - 2024-01-15

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thc"
version = "0.1.4"
version = "0.1.5"
authors = ["Sylvain Laperche <sylvain.laperche@gmail.com>"]
edition = "2021"
description = "A compression scheme tailored for H3 cell indexes"
Expand All @@ -23,7 +23,7 @@ pre-release-replacements = [
[dependencies]
bitvec = { version = "1.0", default-features = false, features = ["alloc"] }
either = { version = "1.0", default-features = false }
h3o = { version = "0.5", default-features = false }
h3o = { version = "0.6", default-features = false, features = ["std"] }
h3o-bit = { version = "0.1", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 319726c

Please # to comment.