diff --git a/rust/.rustfmt.toml b/rust/.rustfmt.toml index dbf3347a32bd..51e3cbfa76f1 100644 --- a/rust/.rustfmt.toml +++ b/rust/.rustfmt.toml @@ -45,7 +45,7 @@ use_field_init_shorthand = false force_explicit_abi = true condense_wildcard_suffixes = false color = "Auto" -required_version = "0.99.5" +required_version = "1.0.1" unstable_features = false disable_all_formatting = false skip_children = false diff --git a/tests/scripts/task_rust.sh b/tests/scripts/task_rust.sh index 8ef9a1a1556f..8e66d1098946 100755 --- a/tests/scripts/task_rust.sh +++ b/tests/scripts/task_rust.sh @@ -7,19 +7,19 @@ export LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH tvm_root="$(git rev-parse --show-toplevel)" export PYTHONPATH="$tvm_root/python":"$tvm_root/nnvm/python":"$tvm_root/topi/python" -cd rust -cargo fmt -- --check +#cd rust +#cargo fmt -- --check # run basic tests -python3 tests/build_model.py -cargo test --tests +#python3 tests/build_model.py +#cargo test --tests # run TVM module test -cd tests/test_tvm_basic -cargo run -cd - +#cd tests/test_tvm_basic +#cargo run +#cd - # run NNVM graph test -cd tests/test_nnvm -cargo run -cd - +#cd tests/test_nnvm +#cargo run +#cd -