fixed cosmrs version used in the wallet

This commit is contained in:
Jędrzej Stuczyński
2023-10-10 09:50:20 +01:00
parent 6ac38f80c7
commit 3f243f111a
5 changed files with 166 additions and 201 deletions
@@ -29,7 +29,7 @@ cargo new nym-cosmos-service
```
[dependencies]
clap = { version = "4.0", features = ["derive"] }
cosmrs = "=0.14.0"
cosmrs = "=0.15.0"
tokio = { version = "1.24.1", features = ["rt-multi-thread", "macros"] }
serde = "1.0.152"
serde_json = "1.0.91"