This is an automated email from the ASF dual-hosted git repository. jroesch pushed a commit to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git
commit c281b2d40e796f8b52ccd21b206d35a0e402e9e4 Author: Jared Roesch <[email protected]> AuthorDate: Tue Feb 23 10:45:10 2021 -0800 Tweak versions for publishing --- rust/tvm-graph-rt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/tvm-graph-rt/Cargo.toml b/rust/tvm-graph-rt/Cargo.toml index 922f3e4..c8db44e 100644 --- a/rust/tvm-graph-rt/Cargo.toml +++ b/rust/tvm-graph-rt/Cargo.toml @@ -38,7 +38,7 @@ nom = "5.0" num_cpus = "1.10" serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" -tvm-sys = { version = "0.1.0-alpha", path = "../tvm-sys" } +tvm-sys = { version = "0.1.1-alpha", path = "../tvm-sys" } tvm-macros = { version = "0.1.1-alpha", path = "../tvm-macros" } [target.'cfg(not(any(target_arch = "wasm32", target_env = "sgx")))'.dependencies]
