This is an automated email from the ASF dual-hosted git repository.
ivila pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
The following commit(s) were added to refs/heads/main by this push:
new 909837b examples: downgrade `url` dependency of
message_passing_interface-rs
909837b is described below
commit 909837b94f741305c5434dadd4afd4a11c570349
Author: zehui <[email protected]>
AuthorDate: Mon May 12 03:20:04 2025 +0000
examples: downgrade `url` dependency of message_passing_interface-rs
Signed-off-by: Zehui Chen <[email protected]>
---
examples/message_passing_interface-rs/host/Cargo.toml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/examples/message_passing_interface-rs/host/Cargo.toml
b/examples/message_passing_interface-rs/host/Cargo.toml
index 5fc1d44..968ccaa 100644
--- a/examples/message_passing_interface-rs/host/Cargo.toml
+++ b/examples/message_passing_interface-rs/host/Cargo.toml
@@ -25,7 +25,9 @@ description = "An example of Rust OP-TEE TrustZone SDK."
edition = "2018"
[dependencies]
-url = "2.5.0"
+# url 2.5.4 requires rustc 1.82, temporarily downgrade it. Remove the
limitation
+# once we upgrade our STD rustc.
+url = "=2.5.0"
proto = { path = "../proto" }
optee-teec = { path = "../../../optee-teec" }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]