You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/07 23:02:08 UTC

[GitHub] [tvm] areusch commented on a change in pull request #7503: [Rust] Make TVM Rust bindings installable via Cargo.

areusch commented on a change in pull request #7503:
URL: https://github.com/apache/tvm/pull/7503#discussion_r609124773



##########
File path: rust/tvm-rt/Cargo.toml
##########
@@ -17,7 +17,7 @@
 
 [package]
 name = "tvm-rt"
-version = "0.1.0"
+version = "0.1.0-alpha"

Review comment:
       same question

##########
File path: rust/tvm-graph-rt/Cargo.toml
##########
@@ -17,7 +17,7 @@
 
 [package]
 name = "tvm-graph-rt"
-version = "0.1.0"
+version = "0.1.0-alpha"

Review comment:
       how come you bumped to -alpha but didn't increment any other number?

##########
File path: rust/tvm/Cargo.toml
##########
@@ -36,7 +36,7 @@ blas = ["ndarray/blas"]
 python = ["pyo3"]
 
 [dependencies.tvm-rt]
-version = "0.1"
+version = "0.1.0-alpha"

Review comment:
       same question




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org