Skip to content

Commit 5086876

Browse files
authored
update rinex (#9)
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
1 parent 653b2b9 commit 5086876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rnx2crx"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
66
description = "RINEX compression command line utility"
@@ -13,4 +13,4 @@ readme = "README.md"
1313

1414
[dependencies]
1515
clap = { version = "4.5", features = ["derive", "color"] }
16-
rinex = { git = "https://github.com/rtk-rs/rinex", branch = "main", features = ["flate2"] }
16+
rinex = { version = "0.19", features = ["flate2"] }

0 commit comments

Comments
 (0)