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 0b593de286daf4f10361af31f601d9c62975d6c2
Author: Jared Roesch <jroe...@octoml.ai>
AuthorDate: Mon Feb 22 23:34:50 2021 -0800

    Tweak versions for publishing
---
 rust/tvm-rt/Cargo.toml  | 2 +-
 rust/tvm-sys/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rust/tvm-rt/Cargo.toml b/rust/tvm-rt/Cargo.toml
index 831a16b..eb49558 100644
--- a/rust/tvm-rt/Cargo.toml
+++ b/rust/tvm-rt/Cargo.toml
@@ -45,7 +45,7 @@ once_cell = "^1.3.1"
 memoffset = "0.5.6"
 
 [dependencies.tvm-sys]
-version = "0.1.0-alpha"
+version = "0.1.1-alpha"
 default-features = false
 path = "../tvm-sys/"
 
diff --git a/rust/tvm-sys/Cargo.toml b/rust/tvm-sys/Cargo.toml
index 06b04f9..bca3e2b 100644
--- a/rust/tvm-sys/Cargo.toml
+++ b/rust/tvm-sys/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "tvm-sys"
-version = "0.1.0-alpha"
+version = "0.1.1-alpha"
 authors = ["TVM Contributors"]
 license = "Apache-2.0"
 edition = "2018"

Reply via email to