Skip to content

Commit 0f1f33b

Browse files
authored
Merge pull request #4 from rtk-rs/release
v1.1.1
2 parents f77dc59 + 756c3c1 commit 0f1f33b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sp3"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
66
description = "IGS SP3 file parser"
@@ -11,6 +11,9 @@ keywords = ["gnss", "timing", "gps", "geo"]
1111
categories = ["science", "science::geo", "parsing"]
1212
edition = "2021"
1313
readme = "README.md"
14+
exclude = [
15+
"data/*",
16+
]
1417

1518
[features]
1619
default = ["flate2"] # gzip files by default
@@ -36,6 +39,6 @@ hifitime = "4.0"
3639
itertools = "0.14"
3740
anise = { version = "0.5.3", optional = true }
3841
gnss-rs = { version = "2.3.5", features = ["serde"] }
39-
gnss-qc-traits = { git = "https://github.com/rtk-rs/qc-traits", optional = true }
42+
gnss-qc-traits = { version = "0.1.0", optional = true }
4043
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
4144
flate2 = { version = "1", optional = true, default-features = false, features = ["zlib"] }

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#![cfg_attr(docsrs, feature(doc_cfg))]
55

66
/*
7-
* RINEX is part of the rtk-rs framework.
7+
* SP3 is part of the rtk-rs framework.
88
* Authors: Guillaume W. Bres <guillaume.bressaix@gmail.com> et al.
99
* (cf. https://github.com/rtk-rs/rinex/graphs/contributors)
1010
* This framework is shipped under Mozilla Public V2 license.

0 commit comments

Comments
 (0)