Skip to content

Commit

Permalink
Update dependency to experimental testnet address generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rooooooooob committed Aug 13, 2019
1 parent 8508a25 commit 8b1905d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Expand Up @@ -9,8 +9,8 @@ keywords = [ "Cardano", "Wallet", "React Native" ]
[build-dependencies] [build-dependencies]


[dependencies] [dependencies]
wallet-wasm = { git = "https://github.com/ypopovych/js-cardano-wasm.git" } wallet-wasm = { git = "https://github.com/rooooooooob/js-cardano-wasm.git", branch = "testnet-address-gen" }
cardano = { git = "https://github.com/ypopovych/js-cardano-wasm.git" } cardano = { git = "https://github.com/rooooooooob/js-cardano-wasm.git", branch = "testnet-address-gen" }


[target.'cfg(target_os="android")'.dependencies] [target.'cfg(target_os="android")'.dependencies]
jni = "0.10.2" jni = "0.10.2"
Expand Down

0 comments on commit 8b1905d

Please sign in to comment.