Skip to content

Commit 013098c

Browse files
committed
Raise MSRV to 1.82; put license key in all Cargo.toml files
1 parent 78ebfba commit 013098c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["bjoernQ <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
7-
rust-version = "1.75"
7+
rust-version = "1.82"
88

99
[profile.release]
1010
debug = true

esp-mbedtls-sys/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "esp-mbedtls-sys"
33
version = "0.1.0"
44
edition = "2021"
55
links = "mbedtls"
6+
license = "MIT OR Apache-2.0"
7+
rust-version = "1.82"
68

79
[build-dependencies]
810
anyhow = "1.0.68"

esp-mbedtls/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name = "esp-mbedtls"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.74"
5+
license = "MIT OR Apache-2.0"
6+
rust-version = "1.82"
67

78
[lib]
89
harness = false

0 commit comments

Comments
 (0)