From e8f9088c8520b2b859d13835f98d2b144beddc49 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 21 Apr 2022 17:44:01 -0700 Subject: [PATCH] move to libcwtch-rs 0.3.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d422518..d8f827f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ 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" -serde_json = "1.0" \ No newline at end of file +libcwtch = "0.3.0" +serde_json = "1.0"