Skip to content

Commit

Permalink
Version 0.3.0 (#25)
Browse files Browse the repository at this point in the history
* Add git ignore executorch-sys/Cargo.lock

* Version 0.3.0
  • Loading branch information
barakugav authored Aug 23, 2024
1 parent b00be42 commit 5efedff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "executorch"
version = "0.2.0"
version = "0.3.0"
authors = ["Barak Ugav <barakugav@gmail.com>"]
edition = "2021"
description = "Rust bindings for ExecuTorch - On-device AI across mobile, embedded and edge for PyTorch"
Expand All @@ -27,7 +27,7 @@ include = ["Cargo.toml", "src/", "README.md", "LICENSE"]
all-features = true

[dependencies]
executorch-sys = { path = "executorch-sys", version = "0.2.0", default-features = false }
executorch-sys = { path = "executorch-sys", version = "0.3.0", default-features = false }
ndarray = { version = "0.16.0", default-features = false }
log = "0.4.22"
half = { version = "2.4.1", optional = true }
Expand Down
1 change: 1 addition & 0 deletions executorch-sys/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/third-party/
/Cargo.lock
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.2.0"
version = "0.3.0"
authors = ["Barak Ugav <barakugav@gmail.com>"]
edition = "2021"
description = "Unsafe Rust bindings for ExecuTorch - On-device AI across mobile, embedded and edge for PyTorch"
Expand Down

0 comments on commit 5efedff

Please sign in to comment.