diff options
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,4 +9,4 @@ description = "Common 2-dimensional colour buffer type" [dependencies] geometry = { "git" = "git://benbridle.com/geometry", "tag" = "v1.0.0" } -colour = { "git" = "git://benbridle.com/colour", "tag" = "v1.0.0" } +colour = { "git" = "git://benbridle.com/colour", "tag" = "v2.0.0" } |