Skip to content

Commit 69cb46b

Browse files
authored
Update (#21)
* Update * Update MSRV: v1.82 * Bump to v0.2 --------- Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent c12821a commit 69cb46b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Rust (MSRV)
2020
uses: actions-rs/toolchain@v1
2121
with:
22-
toolchain: 1.78.0
22+
toolchain: 1.82.0
2323
override: true
2424
profile: minimal
2525

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gnss-qc-traits"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <[email protected]>"]
66
description = "GNSS Quality Control traits"
@@ -11,7 +11,7 @@ categories = ["science", "science::geo"]
1111
edition = "2021"
1212

1313
[package.metadata]
14-
msrv = "1.78"
14+
msrv = "1.82"
1515

1616
[package.metadata.docs.rs]
1717
all-features = true
@@ -36,5 +36,5 @@ html = [
3636
[dependencies]
3737
thiserror = "2"
3838
maud = { version = "0.26", optional = true }
39-
hifitime = { git = "https://github.com/nyx-space/hifitime", branch = "master", optional = true }
40-
gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde", "domes", "cospar"], optional = true }
39+
hifitime = { version = "4.1.0", optional = true }
40+
gnss-rs = { version = "2.4.0", features = ["serde", "domes", "cospar"], optional = true }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GNSS Quality Control Traits
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

8-
[![MRSV](https://img.shields.io/badge/MSRV-1.78.0-orange?style=for-the-badge)](https://github.com/rust-lang/rust/releases/tag/1.78.0)
8+
[![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)
99
[![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)
1010

1111
The Quality Control traits library (`gnss-qc-traits`) is a small library

0 commit comments

Comments
 (0)