Skip to content

Commit

Permalink
Merge pull request #1 from rtk-rs/hifitime-3.9.0
Browse files Browse the repository at this point in the history
bump hifitime to v3.9.0
  • Loading branch information
gwbres authored Jan 5, 2024
2 parents e51761e + 5100c6c commit 3a34986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gnss-rs"
version = "2.1.2"
version = "2.1.3"
license = "MIT OR Apache-2.0"
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
description = "GNSS constellations and space vehicles support"
Expand All @@ -25,7 +25,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"] }

[dependencies]
thiserror = "1"
hifitime = "3.8.4"
hifitime = "3.9.0"
lazy_static = "1.4"
geo = { version = "0.26", optional = true }
wkt = { version = "0.10.0", default-features = false, optional = true }
Expand Down

0 comments on commit 3a34986

Please sign in to comment.