We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ebfba commit 013098cCopy full SHA for 013098c
Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4
authors = ["bjoernQ <[email protected]>"]
5
edition = "2021"
6
license = "MIT OR Apache-2.0"
7
-rust-version = "1.75"
+rust-version = "1.82"
8
9
[profile.release]
10
debug = true
esp-mbedtls-sys/Cargo.toml
@@ -3,6 +3,8 @@ name = "esp-mbedtls-sys"
3
version = "0.1.0"
links = "mbedtls"
+license = "MIT OR Apache-2.0"
[build-dependencies]
anyhow = "1.0.68"
esp-mbedtls/Cargo.toml
@@ -2,7 +2,8 @@
2
name = "esp-mbedtls"
-rust-version = "1.74"
[lib]
harness = false
0 commit comments