-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously 0.2.5 was published, but cargo (in deviance from Semver) considers that compatible with v0.2.4. To prevent issues due to breaking public API from v0.2.4, v0.2.5 is yanked and re-published as v0.3.0 instead.
- Loading branch information
1 parent
382d635
commit fa954aa
Showing
6 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wonnx-py" | ||
version = "0.2.6" | ||
version = "0.3.0" | ||
edition = "2018" | ||
authors = ["haixuanTao <[email protected]>", "Tommy van der Vorst <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -11,7 +11,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.2.5" } | ||
wonnx = { version = "0.3.0" } | ||
protobuf = { version = "2.27.1", features = ["with-bytes"] } | ||
pyo3 = "0.16.5" | ||
pollster = "0.2.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wonnx-wasm" | ||
version = "0.2.6" | ||
version = "0.3.0" | ||
authors = ["haixuanTao <[email protected]>", "Tommy van der Vorst <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -25,7 +25,7 @@ crate-type = ["cdylib"] | |
lto = true | ||
|
||
[dependencies] | ||
wonnx = { version = "0.2.5" } | ||
wonnx = { version = "0.3.0" } | ||
log = "0.4.17" | ||
console_log = "0.2.0" | ||
console_error_panic_hook = "0.1.7" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "wonnx" | ||
version = "0.2.6" | ||
version = "0.3.0" | ||
authors = ["haixuanTao <[email protected]>", "Tommy van der Vorst <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
|