Skip to content

Commit 7d9c336

Browse files
authored
update to rustc v1.82 (#77)
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
1 parent ab92402 commit 7d9c336

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions-rs/toolchain@v1
2828
name: Install Rust
2929
with:
30-
toolchain: 1.81.0
30+
toolchain: 1.82.0
3131
override: true
3232

3333
- name: ${{ matrix.name }}

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions-rs/toolchain@v1
3232
name: Install Rust
3333
with:
34-
toolchain: 1.81.0
34+
toolchain: 1.82.0
3535
override: true
3636

3737
- name: Build

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ exclude = [
1414
"examples_need_update/*",
1515
]
1616

17+
[package.metadata]
18+
msrv = "1.81"
19+
1720
[features]
1821
default = []
1922

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GNSS-RTK
66
[![crates.io](https://img.shields.io/crates/v/gnss-rtk.svg)](https://crates.io/crates/gnss-rtk)
77
[![crates.io](https://docs.rs/gnss-rtk/badge.svg)](https://docs.rs/gnss-rtk)
88

9-
[![MRSV](https://img.shields.io/badge/MSRV-1.81.0-orange?style=for-the-badge)](https://github.com/rust-lang/rust/releases/tag/1.81.0)
9+
[![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)
1010
[![License](https://img.shields.io/badge/license-MPL_2.0-orange?style=for-the-badge&logo=mozilla)](https://github.com/rtk-rs/gnss-rtk/blob/main/LICENSE)
1111

1212
The `GNSS-RTK` library provides a Position Velocity Time (PVT) solutions solver,

0 commit comments

Comments
 (0)