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 }