about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--squash/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/squash/Cargo.toml b/squash/Cargo.toml
index a1583b3..7d33b5b 100644
--- a/squash/Cargo.toml
+++ b/squash/Cargo.toml
@@ -11,7 +11,7 @@ repository = "https://github.com/gennyble/colorsquash/tree/main/squash"
 
 [dependencies]
 # the meat 'o the thing! the meaning behind it all
-colorsquash = { path = "..", version = "0.1.0", features = ["gifed", "kmeans"] }
+colorsquash = { path = "..", version = "0.2.0", features = ["gifed", "kmeans"] }
 
 # just useful tools for writing binaries
 anyhow = "1.0.75"