Fixes W3C testsuite reporting tool

pull/190/head
Tpt 3 years ago
parent 581ee0e7af
commit 863b9e024c
  1. 2
      testsuite/Cargo.toml

@ -13,7 +13,7 @@ publish = false
[dependencies]
anyhow = "1"
clap = "3"
clap = { version = "3", features = ["derive"] }
time = { version = "0.3", features = ["formatting"] }
oxigraph = { version = "0.3.0-beta.4", path="../lib" }
text-diff = "0.4"

Loading…
Cancel
Save