Skip to content

Commit a184c29

Browse files
authored
Version 0.12.1 (#162)
1 parent 1f7bb33 commit a184c29

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

executorch-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "executorch-sys"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Barak Ugav <barakugav@gmail.com>"]
55
edition = "2024"
66
rust-version = "1.85.0" # edition 2024

executorch/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "executorch"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Barak Ugav <barakugav@gmail.com>"]
55
edition = "2024"
66
rust-version = "1.85.0" # executorch-sys
@@ -25,7 +25,7 @@ categories = [
2525
include = ["Cargo.toml", "build.rs", "src/", "README.md", "LICENSE"]
2626

2727
[dependencies]
28-
executorch-sys = { path = "../executorch-sys", version = "0.12.0", default-features = false }
28+
executorch-sys = { path = "../executorch-sys", version = "0.12.1", default-features = false }
2929
ndarray = { version = ">=0.16, <0.18", default-features = false, optional = true }
3030
half = { version = "2.4", default-features = false, optional = true }
3131
num-complex = { version = "0.4", default-features = false, optional = true }

0 commit comments

Comments
 (0)