Replace rand with nanorand and bump version #39
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# peach-lib
|
||||
|
||||

|
||||

|
||||
|
||||
JSON-RPC client library for the PeachCloud ecosystem.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user