eclipse-uprotocol / up-rust

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

Fix crate's MSRV #94

Closed sophokles73 closed 5 months ago

sophokles73 commented 5 months ago

The MSRV in the Cargo.toml file did not reflect the real requirements. The MSRV has been updated to 1.72.1.

Also added job for verifying MSRV to nightly CI build.

Fixes #93