diff options
author | gennyble <gen@nyble.dev> | 2024-01-14 07:36:33 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-01-14 07:36:33 -0600 |
commit | ca24c92145e1eede3e0a3fdd09b113ac733582ac (patch) | |
tree | 4731cbe06c67ed80ca789f88965fc90d9765c305 /squash | |
parent | 88656a81d8e1480c3e37a3402901525aee1a596c (diff) | |
download | colorsquash-ca24c92145e1eede3e0a3fdd09b113ac733582ac.tar.gz colorsquash-ca24c92145e1eede3e0a3fdd09b113ac733582ac.zip |
squash: update colorsquash version
Diffstat (limited to 'squash')
-rw-r--r-- | squash/Cargo.toml | 2 |
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" |