Makes sophia_api requirement more relaxed

pull/116/head
Thomas Tanon 4 years ago committed by GitHub
parent 00463f3ac2
commit 241098c528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      lib/Cargo.toml

@ -41,7 +41,7 @@ nom = "6"
peg = "0.7" peg = "0.7"
siphasher = "0.3" siphasher = "0.3"
lasso = {version="0.5", features=["multi-threaded", "inline-more"]} lasso = {version="0.5", features=["multi-threaded", "inline-more"]}
sophia_api = { version = "0.7.0", optional = true } sophia_api = { version = ">=0.6,<0.8", optional = true }
http = "0.2" http = "0.2"
httparse = { version = "1", optional = true } httparse = { version = "1", optional = true }
native-tls = { version = "0.2", optional = true } native-tls = { version = "0.2", optional = true }
@ -54,7 +54,7 @@ getrandom = {version="0.2", features=["js"]}
[dev-dependencies] [dev-dependencies]
rayon = "1" rayon = "1"
criterion = "0.3" criterion = "0.3"
sophia_api = { version = "0.7.0", features = ["test_macro"] } sophia_api = { version = ">=0.6,<0.8", features = ["test_macro"] }
[target.'cfg(target_arch = "wasm32")'.dev-dependencies] [target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3" wasm-bindgen-test = "0.3"

Loading…
Cancel
Save