We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5a20c commit 4cc84f8Copy full SHA for 4cc84f8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "gnss-qc-traits"
3
-version = "0.0.1"
+version = "0.0.2"
4
license = "MPL-2.0"
5
authors = ["Guillaume W. Bres <[email protected]>"]
6
description = "GNSS Quality Control traits"
src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_logo_url = "https://raw.githubusercontent.com/georust/meta/master/logo/logo.png")]
+#![doc(html_logo_url = "https://raw.githubusercontent.com/rtk-rs/.github/master/logos/logo2.jpg")]
#![doc = include_str!("../README.md")]
#![cfg_attr(docsrs, feature(doc_cfg))]
0 commit comments