You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by jr...@apache.org on 2021/03/31 04:52:20 UTC

[tvm] 05/23: Add docs

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 ab1bc811230f6b4df84ce353d17be7611db4ddde
Author: Jared Roesch <jr...@octoml.ai>
AuthorDate: Mon Feb 22 22:49:23 2021 -0800

    Add docs
---
 rust/tvm-graph-rt/Cargo.toml | 2 +-
 rust/tvm-macros/Cargo.toml   | 2 +-
 rust/tvm-rt/Cargo.toml       | 2 +-
 rust/tvm-sys/Cargo.toml      | 2 +-
 rust/tvm/Cargo.toml          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/rust/tvm-graph-rt/Cargo.toml b/rust/tvm-graph-rt/Cargo.toml
index 5c49239..f81853f 100644
--- a/rust/tvm-graph-rt/Cargo.toml
+++ b/rust/tvm-graph-rt/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "tvm-graph-rt"
-version = "0.1.0"
+version = "0.1.0-alpha"
 license = "Apache-2.0"
 description = "A static graph executor for TVM."
 repository = "https://github.com/apache/tvm"
diff --git a/rust/tvm-macros/Cargo.toml b/rust/tvm-macros/Cargo.toml
index 37275d6..4300cb3 100644
--- a/rust/tvm-macros/Cargo.toml
+++ b/rust/tvm-macros/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "tvm-macros"
-version = "0.1.1"
+version = "0.1.1-alpha"
 license = "Apache-2.0"
 description = "Procedural macros of the TVM crate."
 repository = "https://github.com/apache/tvm"
diff --git a/rust/tvm-rt/Cargo.toml b/rust/tvm-rt/Cargo.toml
index 03d12d4..3ca2a90 100644
--- a/rust/tvm-rt/Cargo.toml
+++ b/rust/tvm-rt/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "tvm-rt"
-version = "0.1.0"
+version = "0.1.0-alpha"
 license = "Apache-2.0"
 description = "Rust bindings for the TVM runtime API."
 repository = "https://github.com/apache/tvm"
diff --git a/rust/tvm-sys/Cargo.toml b/rust/tvm-sys/Cargo.toml
index 0c89023..e9f8786 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"
+version = "0.1.0-alpha"
 authors = ["TVM Contributors"]
 license = "Apache-2.0"
 edition = "2018"
diff --git a/rust/tvm/Cargo.toml b/rust/tvm/Cargo.toml
index 9438f34..5a02925 100644
--- a/rust/tvm/Cargo.toml
+++ b/rust/tvm/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "tvm"
-version = "0.1.0"
+version = "0.1.1-alpha"
 license = "Apache-2.0"
 description = "Rust frontend support for TVM"
 repository = "https://github.com/apache/tvm"