We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653b2b9 commit 5086876Copy full SHA for 5086876
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rnx2crx"
3
-version = "1.4.0"
+version = "1.5.0"
4
license = "MPL-2.0"
5
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
6
description = "RINEX compression command line utility"
@@ -13,4 +13,4 @@ readme = "README.md"
13
14
[dependencies]
15
clap = { version = "4.5", features = ["derive", "color"] }
16
-rinex = { git = "https://github.com/rtk-rs/rinex", branch = "main", features = ["flate2"] }
+rinex = { version = "0.19", features = ["flate2"] }
0 commit comments