Skip to content

Commit

Permalink
Raise MSRV to 1.82; put license key in all Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Dec 15, 2024
1 parent 78ebfba commit 013098c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["bjoernQ <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.75"
rust-version = "1.82"

[profile.release]
debug = true
Expand Down
2 changes: 2 additions & 0 deletions esp-mbedtls-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "esp-mbedtls-sys"
version = "0.1.0"
edition = "2021"
links = "mbedtls"
license = "MIT OR Apache-2.0"
rust-version = "1.82"

[build-dependencies]
anyhow = "1.0.68"
Expand Down
3 changes: 2 additions & 1 deletion esp-mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name = "esp-mbedtls"
version = "0.1.0"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
rust-version = "1.82"

[lib]
harness = false
Expand Down

0 comments on commit 013098c

Please sign in to comment.