From c7be8be2c42221a233296682fed673e7e91eb311 Mon Sep 17 00:00:00 2001 From: luchak Date: Mon, 13 Feb 2023 18:54:02 -0800 Subject: [PATCH] Remove dependency on curlywas SIMD fork --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17dbbbb..b5c90d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -768,7 +768,7 @@ checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" [[package]] name = "curlywas" version = "0.1.0" -source = "git+https://github.com/luchak/curlywas.git?rev=6110a02#6110a027605fe475ba7d88d201fe0727156355d3" +source = "git+https://github.com/exoticorn/curlywas.git?rev=0e7ea50#0e7ea508cd0e76836283ae68a44c9097df83c8ac" dependencies = [ "anyhow", "ariadne", diff --git a/Cargo.toml b/Cargo.toml index 18349c3..1d7086a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ log = "0.4" uw8-window = { path = "uw8-window", optional = true } notify-debouncer-mini = { version = "0.2.1", default-features = false } pico-args = "0.5" -curlywas = { git = "https://github.com/luchak/curlywas.git", rev = "6110a02" } +curlywas = { git = "https://github.com/exoticorn/curlywas.git", rev = "0e7ea50" } wat = "1" uw8-tool = { path = "uw8-tool" } same-file = "1"