summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-11-21 20:46:41 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-11-21 20:46:41 +0100
commitae14f15449cbd976e09adec6defad0091f856abb (patch)
tree85e005f850b24765a4d4523cc43067cd04681621 /Cargo.toml
parent1a25bd2da4dafc0768a41b8fe4539dc7e3edb194 (diff)
Add version-sync tests to ensure we update correctly
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0d00e03..f50f39a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -63,4 +63,5 @@ members = [
"lib/etc/libimagutil",
"tests/ui",
+ "tests/version-sync",
]