Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ The table below shows which version of the Rust crate is compatible with which C

| Rust crate | C++ library |
| ---------- | ----------- |
| 0.12.x | 1.4.0 |
| 0.11.x | 1.3.1 |
| 0.10.x | 1.2.0 |
| 0.9.x | 1.1.0 |
Expand Down
6 changes: 3 additions & 3 deletions examples/data_map/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/etdump/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/hello_world/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/llama3/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/nano-gpt/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/no_ndarray/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/no_std/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions examples/raw_tensor/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions executorch-sys/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion executorch-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "executorch-sys"
version = "0.11.0"
version = "0.12.0"
authors = ["Barak Ugav <barakugav@gmail.com>"]
edition = "2024"
rust-version = "1.85.0" # edition 2024
Expand Down
6 changes: 3 additions & 3 deletions executorch/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions executorch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "executorch"
version = "0.11.0"
version = "0.12.0"
authors = ["Barak Ugav <barakugav@gmail.com>"]
edition = "2024"
rust-version = "1.85.0" # executorch-sys
Expand All @@ -25,7 +25,7 @@ categories = [
include = ["Cargo.toml", "build.rs", "src/", "README.md", "LICENSE"]

[dependencies]
executorch-sys = { path = "../executorch-sys", version = "0.11.0", default-features = false }
executorch-sys = { path = "../executorch-sys", version = "0.12.0", 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 }
Expand Down
Loading