Skip to content

Commit

Permalink
Update to v1.65
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
  • Loading branch information
Guillaume W. Bres authored and gwbres committed Sep 4, 2023
1 parent 8e1b156 commit 01b1065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install MSRV
uses: actions-rs/toolchain@v1
with:
toolchain: 1.61.0
toolchain: 1.65.0
override: true
components: rustfmt, clippy
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ublox for Rust
[![ublox on Travis CI][travis-image]][travis]
[![ublox on docs.rs][docs-badge]][docs-url]
[![MIT licensed][mit-badge]][mit-url]
[![rustc v1.61][mrvs-badge]][mrvs-url]
[![rustc v1.65][mrvs-badge]][mrvs-url]

[travis-image]: https://api.travis-ci.com/lkolbly/ublox.svg?branch=master
[travis]: https://travis-ci.com/lkolbly/ublox
Expand All @@ -13,7 +13,7 @@ ublox for Rust
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: https://github.com/lkolbly/ublox/blob/master/LICENSE
[mrvs-url]: https://www.whatrustisit.com
[mrvs-badge]: https://img.shields.io/badge/minimum%20rustc-1.61-blue?logo=rust
[mrvs-badge]: https://img.shields.io/badge/minimum%20rustc-1.65-blue?logo=rust

This project aims to build a pure-rust I/O library for ublox GPS devices, specifically using the UBX protocol.

Expand Down

0 comments on commit 01b1065

Please sign in to comment.