From ce4ca8757c51ff7e3de331cf150bd4038dd0193f Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Fri, 17 Nov 2023 12:20:27 -0700 Subject: [PATCH] use yajrc from crates.io --- .gitmodules | 4 ---- rpc-toolkit/Cargo.toml | 4 ++-- yajrc | 1 - 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 160000 yajrc diff --git a/.gitmodules b/.gitmodules index 04ff237..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +0,0 @@ -[submodule "yajrc"] - path = yajrc - url = https://github.com/dr-bonez/yajrc.git - branch = develop diff --git a/rpc-toolkit/Cargo.toml b/rpc-toolkit/Cargo.toml index 106f781..5305021 100644 --- a/rpc-toolkit/Cargo.toml +++ b/rpc-toolkit/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Aiden McClelland "] edition = "2018" name = "rpc-toolkit" -version = "0.2.2" +version = "0.2.3" description = "A toolkit for creating JSON-RPC 2.0 servers with automatic cli bindings" license = "MIT" documentation = "https://docs.rs/rpc-toolkit" @@ -36,4 +36,4 @@ serde_json = "1.0" thiserror = "1.0" tokio = { version = "1", features = ["full"] } url = "2.2.2" -yajrc = { version = "0.1", path = "../yajrc" } +yajrc = "0.1.1" diff --git a/yajrc b/yajrc deleted file mode 160000 index a241f16..0000000 --- a/yajrc +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a241f1699534da6689d44de0c266a1c9f5188c6d