From 5cc7d0c136aa24c1a21fb5524dc044cbbaf2b19d Mon Sep 17 00:00:00 2001 From: Khaled Nassar Date: Wed, 19 Oct 2022 10:40:24 +0200 Subject: [PATCH] fix package version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73adc6c..c8ea24f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ path = "src/cli/main.rs" [dependencies] # interactsh -interactsh-rs = { git ="https://github.com/pyroraptor07/interactsh-rs" , version="0.1.0-alpha"} +interactsh-rs = { git ="https://github.com/pyroraptor07/interactsh-rs" , version="0.1.0-RC1"} # LUA mlua = { version = "0.8" , features=["serialize"]}