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]