logo

Rust program to generate site logo

git clone git://git.shimmy1996.com/logo.git
commit c466daffa6fedf40fb1f3f657eb132498a654b30
parent a3f43bd6eb1b0c1fae893727a64f311459554ca0
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue, 22 Jan 2019 11:46:44 -0500

Update dependencies.

Diffstat:
MCargo.toml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -4,8 +4,8 @@ version = "0.2.0"
 authors = []
 
 [dependencies]
-svg = "0.5.10"
+svg = "0.5.11"
 
 [dependencies.resvg]
-version = "0.3.0"
+version = "0.4.0"
 features = ["cairo-backend"] 
\ No newline at end of file