summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-06-06 21:31:59 +0300
committerRazrFalcon <razrfalcon@gmail.com>2018-06-06 21:31:59 +0300
commit9b4753b3ac85343bc14324b8feef59114a59a021 (patch)
tree15ba97552b74682a9bd71fc9b19101351de0b00a /Cargo.toml
parent3fc9907a988333bdc33fabf2e1e3f14b8ff5287c (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 2660b0f..b2a4dad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ travis-ci = { repository = "RazrFalcon/resvg" }
[dependencies]
log = "0.4"
#usvg = "0.2"
-usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "6532f41" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "803c4f7" }
#usvg = { path = "../usvg" }
# cairo backend
cairo-rs = { version = "0.4.1", features = ["png"], optional = true }