summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-06-05 13:54:56 +0300
committerRazrFalcon <razrfalcon@gmail.com>2018-06-05 13:54:56 +0300
commit3fc9907a988333bdc33fabf2e1e3f14b8ff5287c (patch)
tree7bf21428dfeacd3a313d277deca6c7ccf4c402bd /Cargo.toml
parentbb4e3cae53b84d563cde13e344184f2e648f19df (diff)
Added comments with test names.
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 98d0bde..2660b0f 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 = "b94289f" }
+usvg = { git = "https://github.com/RazrFalcon/usvg", rev = "6532f41" }
#usvg = { path = "../usvg" }
# cairo backend
cairo-rs = { version = "0.4.1", features = ["png"], optional = true }