eclipse-uprotocol / up-rust

uProtocol Language Specific Library for Rust
Apache License 2.0
11 stars 9 forks source link

Fix MSRV #93

Closed sophokles73 closed 5 months ago

sophokles73 commented 5 months ago

Currently, the Cargo.toml file defines 1.66 as the Minimum Supported Rust Version (MSRV) which is actually not the case as the failing cargo msrv --verify command indicates.