File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ exclude = [
1414 " examples_need_update/*" ,
1515]
1616
17+ [package .metadata ]
18+ msrv = " 1.81"
19+
1720[features ]
1821default = []
1922
Original file line number Diff line number Diff line change 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
1212The ` GNSS-RTK ` library provides a Position Velocity Time (PVT) solutions solver,
You can’t perform that action at this time.
0 commit comments