Skip to content

Commit

Permalink
bump chaindev (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmlm authored Nov 1, 2022
1 parent 783a3e6 commit ea8b2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ release/
binary/

target/
target

**/*.rs.bk
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion src/components/finutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tendermint-rpc = { git = "https://github.com/FindoraNetwork/tendermint-rs", feat

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
# chaindev = { path = "../../../../chaindev" }
chaindev = { git = "https://github.com/rust-util-collections/chaindev", rev = "24a358a34d40edbb9509c484e9cff613f0d7b54e" }
chaindev = { git = "https://github.com/rust-util-collections/chaindev", tag = "tm33v1" }

[dev-dependencies]

Expand Down

0 comments on commit ea8b2e1

Please sign in to comment.