Skip to content

Commit

Permalink
set MSRV to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Aug 22, 2023
1 parent 110af62 commit 4674319
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ license = "Apache-2.0 OR MIT"
name = "libtock"
repository = "https://www.github.com/tock/libtock-rs"
version = "0.1.0"
# Minimum required Rust compiler version for libtock-c.
# Aug 2023: Set to support `Result::is_ok_and()`.
rust-version = "1.70"

[dependencies]
libtock_adc = { path = "apis/adc"}
Expand Down

0 comments on commit 4674319

Please sign in to comment.