From 45e5c929c3288b4e5a00a5a609a86c06d52243e6 Mon Sep 17 00:00:00 2001 From: LFsWang Date: Mon, 31 Mar 2025 19:37:05 +0800 Subject: [PATCH] [Example] Fix tflite example Signed-off-by: LFsWang --- tflite-birds_v1-image/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tflite-birds_v1-image/rust/Cargo.toml b/tflite-birds_v1-image/rust/Cargo.toml index 572ecb9..bffbec5 100644 --- a/tflite-birds_v1-image/rust/Cargo.toml +++ b/tflite-birds_v1-image/rust/Cargo.toml @@ -8,6 +8,6 @@ publish = false [dependencies] image = { version = "0.23.14", default-features = false, features = ["gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "dds", "farbfeld"] } -wasi-nn = "0.4.0" +wasi-nn = { version = "0.6.0" } [workspace]