Skip to content

Commit

Permalink
0.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbres committed Mar 27, 2022
1 parent 7c85dac commit ce0b45d
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 = "hatanaka"
version = "0.0.1"
version = "0.0.2"
license-file = "LICENSE"
authors = ["Guillaume W. Bres <[email protected]>"]
description = "RINEX Compression & Decompression tool"
Expand All @@ -11,6 +11,6 @@ edition = "2018"
readme = "README.md"

[dependencies]
rinex = { path = "/hdd/git/rinex" }
rinex = "0.2.2"
clap = { version = "~2.27.0", features = ["yaml"] }
thiserror = "1"

0 comments on commit ce0b45d

Please sign in to comment.