From b5a17ad31fcad456944fc0c4678780b5c7e18cb3 Mon Sep 17 00:00:00 2001 From: Arne Keller Date: Sat, 20 Mar 2021 22:45:10 +0100 Subject: [PATCH] Try 3 --- Cargo.lock | 11 +---------- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 234985d..3eb3ae7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,19 +108,10 @@ dependencies = [ "proc-macro2", ] -[[package]] -name = "rustversion" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd" - [[package]] name = "svg_fmt" version = "0.4.0" -source = "git+https://github.com/FliegendeWurst/rust_debug?rev=b0b759bc94a3c1a319c9aa63bae2b21820ab7061#b0b759bc94a3c1a319c9aa63bae2b21820ab7061" -dependencies = [ - "rustversion", -] +source = "git+https://github.com/FliegendeWurst/rust_debug?rev=c664b5d24dbcaf6e6fdd7c329dde231c5b05377e#c664b5d24dbcaf6e6fdd7c329dde231c5b05377e" [[package]] name = "syn" diff --git a/Cargo.toml b/Cargo.toml index ae4fbd4..5d559c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ console_error_panic_hook = "0.1.6" console_log = "0.2.0" itertools = "0.10.0" log = "0.4.14" -svg_fmt = { git = "https://github.com/FliegendeWurst/rust_debug", rev = "b0b759bc94a3c1a319c9aa63bae2b21820ab7061" } +svg_fmt = { git = "https://github.com/FliegendeWurst/rust_debug", rev = "c664b5d24dbcaf6e6fdd7c329dde231c5b05377e" } wasm-bindgen = "0.2.71" web-sys = { version = "0.3.48", features = ["Window", "Document", "Location", "HtmlCollection", "HtmlElement", "HtmlSelectElement", "CssStyleDeclaration", "HtmlTextAreaElement", "HtmlInputElement"] }