Skip to content

Commit

Permalink
upgrade lib (#13)
Browse files Browse the repository at this point in the history
* upgrade lib

---------

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
  • Loading branch information
gwbres authored Jul 28, 2024
1 parent f6fe428 commit 107fb19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cggtts-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cggtts-cli"
version = "1.0.5"
version = "1.0.6"
license = "MIT OR Apache-2.0"
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
description = "Command line tool parse and analyze CGGTTS data"
Expand All @@ -17,6 +17,6 @@ itertools = "0.11.0"
env_logger = "0.10"
clap = { version = "4.4.6", features = ["derive", "color"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
cggtts = { path = "../cggtts", version = "=4.1.4" }
cggtts = { path = "../cggtts", version = "=4.1.5" }
plotly = "0.8.4"
# plotly = { git = "https://github.com/gwbres/plotly", branch = "density-mapbox" }
4 changes: 2 additions & 2 deletions cggtts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cggtts"
version = "4.1.4"
version = "4.1.5"
license = "MIT OR Apache-2.0"
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
description = "Package to analyze and create CGGTTS data"
Expand All @@ -22,7 +22,7 @@ scan_fmt = "0.1"
strum = "0.23.0"
itertools = "0.11.0"
strum_macros = "0.23.0"
gnss-rs = { version = "2.2", features = ["serde"] }
gnss-rs = { version = "2.2.1", features = ["serde"] }
serde = { version = "1.0", optional = true, features = ["derive"] }
hifitime = { version = "4.0.0-alpha", features = ["serde", "std"] }

Expand Down

0 comments on commit 107fb19

Please sign in to comment.