bump minor version and remove anyhow dep

This commit is contained in:
glyph 2022-01-03 14:06:22 +02:00
parent df91968762
commit 4d08323d77
2 changed files with 2 additions and 10 deletions

9
Cargo.lock generated
View File

@ -89,12 +89,6 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "anyhow"
version = "1.0.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b26702f315f53b6071259e15dd9d64528213b44d61de1ec926eca7715d62203"
[[package]]
name = "async-stream"
version = "0.3.2"
@ -2478,9 +2472,8 @@ dependencies = [
[[package]]
name = "peach-jsonrpc-server"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"anyhow",
"env_logger 0.9.0",
"jsonrpc-core 18.0.0",
"jsonrpc-http-server 18.0.0",

View File

@ -1,7 +1,7 @@
[package]
name = "peach-jsonrpc-server"
authors = ["Andrew Reid <glyph@mycelial.technology>"]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "JSON-RPC over HTTP for the PeachCloud system. Provides a JSON-RPC wrapper around the stats, network and oled libraries."
homepage = "https://opencollective.com/peachcloud"
@ -14,7 +14,6 @@ publish = false
maintenance = { status = "actively-developed" }
[dependencies]
anyhow = "1.0.51"
env_logger = "0.9"
jsonrpc-core = "18"
jsonrpc-http-server = "18"