Skip to content

Commit 1b84cea

Browse files
authored
Merge pull request #3 from rtk-rs/v0.1.0
v0.1.0
2 parents 7beb78d + d1628d4 commit 1b84cea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "gnss-qc-traits"
3-
version = "0.0.2"
3+
version = "0.1.0"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "GNSS Quality Control traits"
7-
homepage = "https://github.com/rtk-rs/qc-traits"
7+
homepage = "https://github.com/rtk-rs"
88
repository = "https://github.com/rtk-rs/qc-traits"
99
keywords = ["gnss", "gps", "geodesy", "geo"]
1010
categories = ["science", "science::geo"]
@@ -33,5 +33,5 @@ rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]
3333
[dependencies]
3434
thiserror = "2"
3535
maud = { version = "0.26", optional = true }
36-
hifitime = { version = "4.0.0", optional = true }
37-
gnss-rs = { version = "2.3.1", features = ["serde", "domes", "cospar"], optional = true }
36+
hifitime = { version = "4.0", optional = true }
37+
gnss-rs = { version = "2.3.3", features = ["serde", "domes", "cospar"], optional = true }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ describes a filter designer and processing ops
2020

2121
## Licensing
2222

23-
This libraries is part of the [RTK-rs framework](https://github.com/rtk-rs) which
23+
This library is part of the [RTK-rs framework](https://github.com/rtk-rs) which
2424
is delivered under the [Mozilla V2 Public](https://www.mozilla.org/en-US/MPL/2.0) license.

0 commit comments

Comments
 (0)