Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Update Transaction Processors to use sawtooth-sdk = "0.2" #2026

Merged
merged 11 commits into from
Feb 21, 2019
2 changes: 1 addition & 1 deletion families/battleship/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protobuf = "2.0"
rand = "0.5"
reqwest = "0.8"
rust-crypto = "0.2"
sawtooth-sdk = { git = "https://github.com/hyperledger/sawtooth-sdk-rust" }
sawtooth-sdk = "0.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion families/block_info/sawtooth_block_info/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rust_crypto = {git = "https://github.com/agunde406/rust-crypto", branch="wasm_sh
sabre-sdk = {git = "https://github.com/hyperledger/sawtooth-sabre"}

[target.'cfg(unix)'.dependencies]
sawtooth-sdk = { git = "https://github.com/hyperledger/sawtooth-sdk-rust" }
sawtooth-sdk = "0.2"
rust-crypto = "0.2"
rustc-serialize = "0.3"
log = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion families/identity/sawtooth_identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ log = "0.3"
log4rs = "0.7"
rust-crypto = "0.2"
rustc-serialize = "0.3"
sawtooth-sdk = { git = "https://github.com/hyperledger/sawtooth-sdk-rust" }
sawtooth-sdk = "0.2"

[build-dependencies]
cfg-if = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion families/settings/sawtooth_settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rust_crypto = {git = "https://github.com/agunde406/rust-crypto", branch="wasm_sh
sabre-sdk = {git = "https://github.com/hyperledger/sawtooth-sabre"}

[target.'cfg(unix)'.dependencies]
sawtooth-sdk = { git = "https://github.com/hyperledger/sawtooth-sdk-rust" }
sawtooth-sdk = "0.2"
rust-crypto = "0.2"
rustc-serialize = "0.3"
log4rs = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion families/smallbank/smallbank_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors = ["Intel Corporation"]
build = "build.rs"

[dependencies]
sawtooth-sdk = { git = "https://github.com/hyperledger/sawtooth-sdk-rust" }
sawtooth-sdk = "0.2"
rust-crypto = "0.2"
rustc-serialize = "0.3"
clap = "2"
Expand Down