Skip to content

Commit

Permalink
depend on local contract-types
Browse files Browse the repository at this point in the history
	modified:   Cargo.lock
	modified:   kairos-contract-cli/Cargo.toml
  • Loading branch information
jonas089 authored and jonas089 committed Feb 20, 2024
1 parent d9ec180 commit 8736ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion kairos-contract-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
casper-client = {git="https://github.com/jonas089/casper-client-rs", branch="last-stable-feat-track-node-2.0"}
contract-types = {git="https://github.com/jonas089/kairos-deposit-contract", branch="last-stable-v2.0"}
contract-types = {path="../kairos-deposit-contract/contract-types"}
casper-types = {git = "https://github.com/jonas089/casper-node", rev="0bcc25f4a203be4e78eed679b54127ab1ed848ab", features=["std"]}
serde_json = "1.0.113"
clap = {version="4.4.18", features=["derive"]}
Expand Down

0 comments on commit 8736ecb

Please sign in to comment.