summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReizner Evgeniy <razrfalcon@gmail.com>2018-04-30 16:27:16 +0300
committerReizner Evgeniy <razrfalcon@gmail.com>2018-04-30 16:27:16 +0300
commit69e07e5f6c9989417feacb60726337999d338f0d (patch)
tree55beca3056d446bb96f579628504c2e426643ac6 /Cargo.toml
parentdf3cb1d4e89f18bfc70dfeef04f1355ead21dada (diff)
usvg updated.
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 22179d1..24288ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ travis-ci = { repository = "RazrFalcon/resvg" }
failure = "0.1.1"
log = "0.4"
lyon_geom = "0.10"
-usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "0aaf092" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "7b898a3" }
#usvg = { path = "../usvg" }
# cairo backend
cairo-rs = { version = "0.4.1", features = ["png"], optional = true }