From 0cabdde59a1d3dfb6fdac6691c24298d36271fb6 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 21 Apr 2022 17:44:37 -0700 Subject: [PATCH] move to libcwtch-rs 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1e10fd..a6e7744 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libcwtch = {path = "../libcwtch-rs" } #"0.2.0" +libcwtch = "0.3.0" imp = {path = "../imp"} serde_json = "1.0"