Fix jsonrpsee example

This commit is contained in:
Chris Tsang 2023-01-19 03:45:06 +08:00
parent 89e047c8b1
commit fce1c76c85

View File

@ -16,4 +16,4 @@ migration = { path = "../migration" }
anyhow = "1.0.52"
async-trait = "0.1.52"
log = { version = "0.4", features = ["std"] }
simplelog = "*"
simplelog = "0.12"