Skip to content

Commit

Permalink
fixed cosmrs version used in the wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Oct 10, 2023
1 parent ca2425c commit 026ea4d
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 230 deletions.
108 changes: 14 additions & 94 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit 026ea4d

Please sign in to comment.