Skip to content

Commit 02e0108

Browse files
committed
tflite: downgrade wasi-nn from 0.6.0 to 0.4.0
Signed-off-by: hydai <[email protected]>
1 parent 7de5655 commit 02e0108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tflite-birds_v1-image/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ publish = false
88

99
[dependencies]
1010
image = { version = "0.23.14", default-features = false, features = ["gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "dds", "farbfeld"] }
11-
wasi-nn = "0.6.0"
11+
wasi-nn = "0.4.0"
1212

1313
[workspace]

0 commit comments

Comments
 (0)