From 648ef74fca1e4c2bdc6730a31bbad257e9f6ab18 Mon Sep 17 00:00:00 2001 From: Barak Ugav Date: Wed, 2 Sep 2026 11:00:05 +0300 Subject: [PATCH] Version 0.12.1 --- executorch-sys/Cargo.toml | 2 +- executorch/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/executorch-sys/Cargo.toml b/executorch-sys/Cargo.toml index 5676b44..69c70a4 100644 --- a/executorch-sys/Cargo.toml +++ b/executorch-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "executorch-sys" -version = "0.12.0" +version = "0.12.1" authors = ["Barak Ugav "] edition = "2024" rust-version = "1.85.0" # edition 2024 diff --git a/executorch/Cargo.toml b/executorch/Cargo.toml index 9785319..a6e5ef3 100644 --- a/executorch/Cargo.toml +++ b/executorch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "executorch" -version = "0.12.0" +version = "0.12.1" authors = ["Barak Ugav "] edition = "2024" rust-version = "1.85.0" # executorch-sys @@ -25,7 +25,7 @@ categories = [ include = ["Cargo.toml", "build.rs", "src/", "README.md", "LICENSE"] [dependencies] -executorch-sys = { path = "../executorch-sys", version = "0.12.0", default-features = false } +executorch-sys = { path = "../executorch-sys", version = "0.12.1", default-features = false } ndarray = { version = ">=0.16, <0.18", default-features = false, optional = true } half = { version = "2.4", default-features = false, optional = true } num-complex = { version = "0.4", default-features = false, optional = true }