Skip to content

Commit

Permalink
chore: bump crate versions to 0.2.6, so you can more easily see wheth…
Browse files Browse the repository at this point in the history
…er the local or crates.io version is being used
  • Loading branch information
pixelspark committed Jul 31, 2022
1 parent 7ef3572 commit 382d635
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions 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 wonnx-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wonnx-cli"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
repository = "https://github.com/webonnx/wonnx.git"
homepage = "https://github.com/webonnx/wonnx"
Expand Down
2 changes: 1 addition & 1 deletion wonnx-preprocessing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wonnx-preprocessing"
version = "0.2.5"
version = "0.2.6"
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 Down
2 changes: 1 addition & 1 deletion wonnx-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wonnx-py"
version = "0.2.5"
version = "0.2.6"
edition = "2018"
authors = ["haixuanTao <tao.xavier@outlook.com>", "Tommy van der Vorst <tommy@pixelspark.nl>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion wonnx-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wonnx-wasm"
version = "0.2.5"
version = "0.2.6"
authors = ["haixuanTao <tao.xavier@outlook.com>", "Tommy van der Vorst <tommy@pixelspark.nl>"]
edition = "2018"
license = "MIT OR Apache-2.0"
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.2.5"
version = "0.2.6"
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 382d635

Please sign in to comment.