This is an automated email from the ASF dual-hosted git repository.

jroesch pushed a commit to branch rust-tvm
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git

commit fcdfffa2adfce22244ed19d3234060d7f4968147
Author: Jared Roesch <jroe...@octoml.ai>
AuthorDate: Wed Jun 10 02:29:39 2020 -0700

    Adapt to new macro
---
 rust/Cargo.toml                           | 4 +++-
 rust/runtime/tests/test_wasm32/Cargo.toml | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 6849c03..c0d0bb8 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -29,5 +29,7 @@ members = [
        "frontend/tests/callback",
        "frontend/examples/resnet",
        "tvm-sys",
-       "tvm-rt"
+       "tvm-macros",
+       "tvm-rt",
+       "tvm"
 ]
diff --git a/rust/runtime/tests/test_wasm32/Cargo.toml 
b/rust/runtime/tests/test_wasm32/Cargo.toml
index 1d3373a..51f15ff 100644
--- a/rust/runtime/tests/test_wasm32/Cargo.toml
+++ b/rust/runtime/tests/test_wasm32/Cargo.toml
@@ -22,5 +22,6 @@ license = "Apache-2.0"
 authors = ["TVM Contributors"]
 
 [dependencies]
+anyhow = "*"
 ndarray="0.12"
 tvm-runtime = { path = "../../" }

Reply via email to