Skip to content

Commit 5ea47d8

Browse files
authored
Update gnss lib (#28)
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent e6395ae commit 5ea47d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = "gnss-qc-traits"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "GNSS Quality Control traits"
@@ -37,4 +37,4 @@ html = [
3737
thiserror = "2"
3838
maud = { version = "0.26", optional = true }
3939
hifitime = { version = "4.1.0", optional = true }
40-
gnss-rs = { version = "2.4.1", features = ["serde", "domes", "cospar"], optional = true }
40+
gnss-rs = { version = "2.5", features = ["serde", "domes", "cospar"], optional = true }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ describes a filter designer and processing ops
2222
## Licensing
2323

2424
This library is part of the [NAV-SLS framework](https://github.com/nav-solutions) which
25-
is delivered under the [Mozilla V2 Public](https://www.mozilla.org/en-US/MPL/2.0) license.
25+
is licensed under [Mozilla V2 Public](https://www.mozilla.org/en-US/MPL/2.0) license.

0 commit comments

Comments
 (0)