Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelspark committed Apr 20, 2023
1 parent a99d632 commit cb2314e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions 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 wonnx-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wonnx-cli"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
repository = "https://github.com/webonnx/wonnx.git"
homepage = "https://github.com/webonnx/wonnx"
Expand Down Expand Up @@ -28,8 +28,8 @@ structopt = { version = "0.3.26", features = [ "paw" ] }
thiserror = "1.0.31"
tract-onnx = { version = "0.19.12", optional = true }
wgpu = "0.16.0"
wonnx = { version = "^0.4.0" }
wonnx-preprocessing = { version = "^0.4.0" }
wonnx = { version = "^0.5.0" }
wonnx-preprocessing = { version = "^0.5.0" }
human_bytes = "0.4.1"
pollster = "0.3.0"

Expand Down
4 changes: 2 additions & 2 deletions wonnx-preprocessing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wonnx-preprocessing"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Preprocessing utility crate for WONNX. WONNX is an ONNX runtime based on wgpu aimed at being a universal GPU runtime, written in Rust."
Expand All @@ -18,7 +18,7 @@ thiserror = "1.0.31"
tokenizers = "0.13.3"
tract-onnx = { version = "0.19.2", optional = true }
wgpu = "0.16.0"
wonnx = { version = "^0.4.0" }
wonnx = { version = "^0.5.0" }
serde_json = "^1.0"
bytemuck = "1.9.1"

Expand Down
4 changes: 2 additions & 2 deletions wonnx-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wonnx-py"
version = "0.4.0"
version = "0.5.0"
edition = "2018"
authors = [
"haixuanTao <tao.xavier@outlook.com>",
Expand All @@ -14,7 +14,7 @@ homepage = "https://github.com/webonnx/wonnx"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wonnx = { version = "^0.4.0" }
wonnx = { version = "^0.5.0" }
protobuf = { version = "2.27.1", features = ["with-bytes"] }
pyo3 = { version = "0.18.1", features = ["abi3-py37"] }
pollster = "0.3.0"
Expand Down
4 changes: 2 additions & 2 deletions wonnx-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wonnx-wasm"
version = "0.4.0"
version = "0.5.0"
authors = ["haixuanTao <tao.xavier@outlook.com>", "Tommy van der Vorst <tommy@pixelspark.nl>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -22,7 +22,7 @@ exclude = [
crate-type = ["cdylib"]

[dependencies]
wonnx = { version = "^0.4.0" }
wonnx = { version = "^0.5.0" }
log = "0.4.17"
console_log = "0.2.2"
console_error_panic_hook = "0.1.7"
Expand Down
2 changes: 1 addition & 1 deletion wonnx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wonnx"
version = "0.4.0"
version = "0.5.0"
authors = ["haixuanTao <tao.xavier@outlook.com>", "Tommy van der Vorst <tommy@pixelspark.nl>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit cb2314e

Please sign in to comment.