Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grim7reaper committed Jan 15, 2024
1 parent 4f1b879 commit c85d3d8
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 deps

## [0.1.0] - 2023-09-11

- initial release
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "h3o-ice"
version = "0.1.0"
version = "0.1.1"
authors = ["Sylvain Laperche <[email protected]>"]
edition = "2021"
description = "Frozen{Map,Set} for H3 cells, based on finite state transducers."
Expand All @@ -25,7 +25,7 @@ pre-release-replacements = [

[dependencies]
either = { version = "1.0", default-features = false }
h3o = { version = "0.4", default-features = false }
h3o = { version = "0.5", default-features = false }
fst = { version = "0.4", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit c85d3d8

Please sign in to comment.