From 241098c5288ce2ddc31b00383f9f4ca5abdbb129 Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Sat, 24 Jul 2021 10:09:09 +0200 Subject: [PATCH] Makes sophia_api requirement more relaxed --- lib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 257a3a16..354a797e 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -41,7 +41,7 @@ nom = "6" peg = "0.7" siphasher = "0.3" 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" httparse = { version = "1", optional = true } native-tls = { version = "0.2", optional = true } @@ -54,7 +54,7 @@ getrandom = {version="0.2", features=["js"]} [dev-dependencies] rayon = "1" 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] wasm-bindgen-test = "0.3"