use yajrc from crates.io

This commit is contained in:
Aiden McClelland
2023-11-17 12:20:27 -07:00
parent aee1d7f753
commit ce4ca8757c
3 changed files with 2 additions and 7 deletions

4
.gitmodules vendored
View File

@@ -1,4 +0,0 @@
[submodule "yajrc"]
path = yajrc
url = https://github.com/dr-bonez/yajrc.git
branch = develop

View File

@@ -2,7 +2,7 @@
authors = ["Aiden McClelland <me@drbonez.dev>"]
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"

1
yajrc

Submodule yajrc deleted from a241f16995