Fixes a library conflict when running "cargo test" on JS bindings

pull/35/head
Tpt 5 years ago
parent 0f8b4eddd2
commit 2a7e5c454c
  1. 2
      js/Cargo.toml

@ -11,7 +11,7 @@ edition = "2018"
[lib]
crate-type = ["cdylib", "rlib"]
crate-type = ["cdylib"]
name = "oxigraph"
[dependencies]

Loading…
Cancel
Save