logo

Rust program to generate site logo

git clone git://git.shimmy1996.com/logo.git
commit 955f23cef2f8eb80f6258b0e4dcdbcf9a36c65d8
parent 5886ca1b85689195cebb889ee43094616a181e8a
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue, 29 Jan 2019 10:06:58 -0500

Bump dependencies.

Diffstat:
MCargo.toml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -2,10 +2,11 @@
 name = "logo"
 version = "0.2.0"
 authors = []
+edition = "2018"
 
 [dependencies]
-svg = "0.5.11"
+svg = "0.5.12"
 
 [dependencies.resvg]
-version = "0.4.0"
+version = "0.5.0"
 features = ["cairo-backend"] 
\ No newline at end of file