summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReizner Evgeniy <razrfalcon@gmail.com>2018-04-23 21:18:29 +0300
committerReizner Evgeniy <razrfalcon@gmail.com>2018-04-23 21:18:29 +0300
commitb71e5a1fd9be9749f16297c849a03e9b43cd8d23 (patch)
treea22b998250c94fba08071c4fac1b9b5b8b77434d /Cargo.toml
parentc7ba903d05a7319e127977e54e6e53d8deb4217b (diff)
Small fixes.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 582b68c..891df9d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ euclid = "0.17"
failure = "0.1.1"
log = "0.4"
lyon_geom = "0.10"
-usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "29fc960" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "86b5040" }
# cairo backend
cairo-rs = { version = "0.4.1", features = ["png"], optional = true }
image = { version = "0.18", default-features = false, features = ["jpeg", "png_codec"], optional = true }