Skip to content

Commit 4cc84f8

Browse files
author
Guillaume W. Bres
committed
add logo to API docs
Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent 2f5a20c commit 4cc84f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gnss-qc-traits"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "GNSS Quality Control traits"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_logo_url = "https://raw.githubusercontent.com/georust/meta/master/logo/logo.png")]
1+
#![doc(html_logo_url = "https://raw.githubusercontent.com/rtk-rs/.github/master/logos/logo2.jpg")]
22
#![doc = include_str!("../README.md")]
33
#![cfg_attr(docsrs, feature(doc_cfg))]
44

0 commit comments

Comments
 (0)