diff --git a/Cargo.toml b/Cargo.toml index b0def1f..f62ac6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ resolver = "2" # allows different build dependency features [dependencies.mathcat] version = "0.6.5" -# for testing MathCAT without having to publish a new version (change two occurences) +# for testing MathCAT without having to publish a new version (change here and in build-dependencies) # path = "../MathCAT/" features = ["include-zip"] # for building, we want the zip files so we can include them separately