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