mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
client: Port to Isahc 1.0
This commit is contained in:
parent
b49272b8ac
commit
4a407474e2
3 changed files with 8 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
isahc = "0.9.12"
|
||||
isahc = "1.1.0"
|
||||
musicus_database = { version = "0.1.0", path = "../musicus_database" }
|
||||
serde = { version = "1.0.117", features = ["derive"] }
|
||||
serde_json = "1.0.59"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue