Skip to content

Commit

Permalink
back to stable
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Jan 2, 2025
1 parent 6124c1a commit 41eaffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rinex-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features =
# gnss-rtk = { path = "../../rtk-rs/gnss-rtk", features = ["serde"] }
gnss-rtk = { git = "https://github.com/rtk-rs/gnss-rtk", branch = "main", features = ["serde"] }

# cggtts = { version = "4.1.6", features = ["serde", "scheduler"], optional = true }
cggtts = { version = "4.1.6", features = ["serde", "scheduler"], optional = true }
# cggtts = { path = "../../cggtts/cggtts", features = ["serde", "scheduler"], optional = true }
cggtts = { git = "https://github.com/gwbres/cggtts", branch = "main", features = ["serde", "scheduler"], optional = true }
# cggtts = { git = "https://github.com/gwbres/cggtts", branch = "main", features = ["serde", "scheduler"], optional = true }

rinex = { path = "../rinex", version = "=0.17.0-alpha-1", features = ["full"] }
sp3 = { path = "../sp3", version = "=1.1.0-alpha-1", features = ["serde", "flate2"] }
Expand Down

0 comments on commit 41eaffd

Please sign in to comment.