Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barakugav committed Aug 9, 2024
1 parent 309cb32 commit 1976503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [

[package]
name = "executorch"
version = "0.2.0-rc.1"
version = "0.2.0"
authors = ["Barak Ugav <[email protected]>"]
edition = "2021"
description = "Rust bindings for ExecuTorch - On-device AI across mobile, embedded and edge for PyTorch"
Expand All @@ -34,7 +34,7 @@ include = ["Cargo.toml", "src/", "README.md", "LICENSE"]
all-features = true

[dependencies]
executorch-sys = { path = "executorch-sys", version = "0.2.0-rc.1", default-features = false }
executorch-sys = { path = "executorch-sys", version = "0.2.0", default-features = false }
ndarray = "0.15.6"
log = "0.4.22"
half = { version = "2.4.1", optional = true }
Expand Down
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-rc.1"
version = "0.2.0"
authors = ["Barak Ugav <[email protected]>"]
edition = "2021"
description = "Unsafe Rust bindings for ExecuTorch - On-device AI across mobile, embedded and edge for PyTorch"
Expand Down

0 comments on commit 1976503

Please sign in to comment.