Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 382d635

Browse files
committed
chore: bump crate versions to 0.2.6, so you can more easily see whether the local or crates.io version is being used
1 parent 7ef3572 commit 382d635

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wonnx-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wonnx-cli"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2021"
55
repository = "https://github.com/webonnx/wonnx.git"
66
homepage = "https://github.com/webonnx/wonnx"

wonnx-preprocessing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wonnx-preprocessing"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Preprocessing utility crate for WONNX. WONNX is an ONNX runtime based on wgpu aimed at being a universal GPU runtime, written in Rust."

wonnx-py/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wonnx-py"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
edition = "2018"
55
authors = ["haixuanTao <[email protected]>", "Tommy van der Vorst <[email protected]>"]
66
license = "MIT OR Apache-2.0"

wonnx-wasm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wonnx-wasm"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["haixuanTao <[email protected]>", "Tommy van der Vorst <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

wonnx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wonnx"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["haixuanTao <[email protected]>", "Tommy van der Vorst <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)