From 7e348fa2a11140c4dd1854b9b7fa8ad54a5dca02 Mon Sep 17 00:00:00 2001 From: UK992 Date: Mon, 27 Feb 2017 17:02:00 +0100 Subject: [PATCH] Fix Cargo.toml in servo_tidy_tests --- python/tidy/servo_tidy_tests/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python/tidy/servo_tidy_tests/Cargo.toml b/python/tidy/servo_tidy_tests/Cargo.toml index c979a5cbd34..ce9526462e4 100644 --- a/python/tidy/servo_tidy_tests/Cargo.toml +++ b/python/tidy/servo_tidy_tests/Cargo.toml @@ -1,5 +1,8 @@ [package] name = "test" -version = "*" +version = "0.0.1" authors = ["The Servo Project Developers"] publish = false + +[dependencies] +test-package = { version = "*" }