summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 }