Skip to content

Commit e6395ae

Browse files
authored
Migrate url (#27)
* Update URL (migration) and remove deprecated sources * Bump to v0.3.2 --------- Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent 6bc2e35 commit e6395ae

File tree

20 files changed

+11
-3669
lines changed

20 files changed

+11
-3669
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "gnss-qc-traits"
3-
version = "0.3.1"
3+
version = "0.3.2"
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"
8-
repository = "https://github.com/rtk-rs/qc-traits"
7+
homepage = "https://github.com/nav-solutions"
8+
repository = "https://github.com/nav-solutions/qc-traits"
99
keywords = ["gnss", "gps", "geodesy", "geo"]
1010
categories = ["science", "science::geo"]
1111
edition = "2021"
@@ -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.0", features = ["serde", "domes", "cospar"], optional = true }
40+
gnss-rs = { version = "2.4.1", features = ["serde", "domes", "cospar"], optional = true }

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
GNSS Quality Control Traits
22
===========================
33

4-
[![Rust](https://github.com/rtk-rs/qc-traits/actions/workflows/rust.yml/badge.svg)](https://github.com/georust/rinex/actions/workflows/rust.yml)
4+
[![Rust](https://github.com/nav-solutions/qc-traits/actions/workflows/rust.yml/badge.svg)](https://github.com/nav-solutions/rinex/actions/workflows/rust.yml)
55
[![crates.io](https://docs.rs/gnss-qc-traits/badge.svg)](https://docs.rs/gnss-qc-traits/)
66
[![crates.io](https://img.shields.io/crates/d/gnss-qc-traits.svg)](https://crates.io/crates/gnss-qc-traits)
77

88
[![MRSV](https://img.shields.io/badge/MSRV-1.82.0-orange?style=for-the-badge)](https://github.com/rust-lang/rust/releases/tag/1.82.0)
9-
[![License](https://img.shields.io/badge/license-MPL_2.0-orange?style=for-the-badge&logo=mozilla)](https://github.com/rtk-rs/qc-traits/blob/main/LICENSE)
9+
[![License](https://img.shields.io/badge/license-MPL_2.0-orange?style=for-the-badge&logo=mozilla)](https://github.com/nav-solutions/qc-traits/blob/main/LICENSE)
1010

1111
The Quality Control traits library (`gnss-qc-traits`) is a small library
1212
that offers the basic operations to form a geodesy processing pipeline, as used by
13-
our [Quality Control library](https://github.com/rtk-rs/gnss-qc).
13+
our [Quality Control library](https://github.com/nav-solutions/gnss-qc).
1414

1515
## Existing Modules
1616

@@ -21,5 +21,5 @@ describes a filter designer and processing ops
2121

2222
## Licensing
2323

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

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#![doc(html_logo_url = "https://raw.githubusercontent.com/rtk-rs/.github/master/logos/logo2.jpg")]
1+
#![doc(
2+
html_logo_url = "https://raw.githubusercontent.com/nav-solutions/.github/master/logos/logo2.jpg"
3+
)]
24
#![doc = include_str!("../README.md")]
35
#![cfg_attr(docsrs, feature(doc_cfg))]
46

src/report/combined.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)