Replace rand with nanorand and bump version #39

Closed
glyph wants to merge 2 commits from nanorand into main
3 changed files with 1 additions and 3 deletions

1
Cargo.lock generated
View File

@ -2580,7 +2580,6 @@ name = "peach-lib"
version = "1.3.1"
dependencies = [
"chrono",
"env_logger 0.6.2",
"fslock",
"jsonrpc-client-core",
"jsonrpc-client-http",

View File

@ -6,7 +6,6 @@ edition = "2018"
[dependencies]
chrono = "0.4.19"
env_logger = "0.6"
fslock="0.1.6"
jsonrpc-client-core = "0.5"
jsonrpc-client-http = "0.5"

View File

@ -1,6 +1,6 @@
# peach-lib
![Generic badge](https://img.shields.io/badge/version-1.2.9-<COLOR>.svg)
![Generic badge](https://img.shields.io/badge/version-1.3.1-<COLOR>.svg)
JSON-RPC client library for the PeachCloud ecosystem.