This is an automated email from the ASF dual-hosted git repository.

yuanz pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git

commit 76b09dfcae8c74db7eb967f1db1b25246f158078
Author: ivila <[email protected]>
AuthorDate: Fri Jun 6 01:34:56 2025 +0000

    examples: in mnist-rs, use standard version of burn
    
    Signed-off-by: Zehui Chen <[email protected]>
    Reviewed-by: Yuan Zhuang <[email protected]>
---
 examples/mnist-rs/rust-toolchain.toml | 5 ++---
 examples/mnist-rs/ta/Cargo.toml       | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/examples/mnist-rs/rust-toolchain.toml 
b/examples/mnist-rs/rust-toolchain.toml
index 25dac2a..54b64b4 100644
--- a/examples/mnist-rs/rust-toolchain.toml
+++ b/examples/mnist-rs/rust-toolchain.toml
@@ -15,11 +15,10 @@
 # specific language governing permissions and limitations
 # under the License.
 
-# Toolchain override, burn currently requires Rust 1.83 and will soon require
-# Rust 1.85.
+# Toolchain override, burn currently requires Rust channel current and prev.
 
 [toolchain]
-channel = "nightly-2025-01-16"
+channel = "nightly-2025-05-16"
 components = [ "rust-src" ]
 targets = ["aarch64-unknown-linux-gnu", "arm-unknown-linux-gnueabihf"]
 # minimal profile: install rustc, cargo, and rust-std
diff --git a/examples/mnist-rs/ta/Cargo.toml b/examples/mnist-rs/ta/Cargo.toml
index 8303332..5cec80f 100644
--- a/examples/mnist-rs/ta/Cargo.toml
+++ b/examples/mnist-rs/ta/Cargo.toml
@@ -39,7 +39,7 @@ optee-utee-build = { path = "../../../optee-utee-build" }
 proto = { path = "../proto" }
 
 bytemuck = { version = "1.21.0", features = ["min_const_generics"] }
-burn = { git = "https://github.com/tracel-ai/burn.git";, rev = 
"a1ca4346424197f42ab1b5bff7f9d1210b029318", default-features = false, features 
= ["ndarray", "autodiff"] }
+burn = { version = "0.17", default-features = false, features = ["ndarray", 
"autodiff"] }
 spin = "0.9.8"
 serde = { version = "1.0.218", default-features = false, features = ["derive"] 
}
 serde_json = { version = "1.0.139", default-features = false, features = 
["alloc"] }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to