summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-12-17 15:54:34 +0200
committerRazrFalcon <razrfalcon@gmail.com>2018-12-17 16:03:39 +0200
commit3edb988f8448b1c9c85f0dd65005bd3ace7127a4 (patch)
treea541cf7b48f8a3436ee6da703ccfa1196c7d2d2a /Cargo.lock
parentf1d271d379601499b50e7966c193d2a3f660d8b0 (diff)
Added partial 'baseline-shift' support.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index edf278b..f4c225a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -547,7 +547,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "svgdom"
version = "0.15.0"
-source = "git+https://github.com/RazrFalcon/svgdom?rev=f69fc2a#f69fc2aecc9cbf63a5bc37bf864d047a54e577d5"
+source = "git+https://github.com/RazrFalcon/svgdom?rev=dc62f70#dc62f70353ca6154aec3af0c37af74ffc0c3162e"
dependencies = [
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"roxmltree 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -605,7 +605,7 @@ dependencies = [
"lyon_geom 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
"pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rctree 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "svgdom 0.15.0 (git+https://github.com/RazrFalcon/svgdom?rev=f69fc2a)",
+ "svgdom 0.15.0 (git+https://github.com/RazrFalcon/svgdom?rev=dc62f70)",
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -699,7 +699,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum simplecss 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "135685097a85a64067df36e28a243e94a94f76d829087ce0be34eeb014260c0e"
"checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
"checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d"
-"checksum svgdom 0.15.0 (git+https://github.com/RazrFalcon/svgdom?rev=f69fc2a)" = "<none>"
+"checksum svgdom 0.15.0 (git+https://github.com/RazrFalcon/svgdom?rev=dc62f70)" = "<none>"
"checksum svgtypes 0.3.0 (git+https://github.com/RazrFalcon/svgtypes?rev=3034692)" = "<none>"
"checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741"
"checksum time 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "847da467bf0db05882a9e2375934a8a55cffdc9db0d128af1518200260ba1f6c"