Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Update Grid Track and Trace to use sawtooth-sdk = 0.2 #8

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/track_and_trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description = "Grid Track and Trace Transaction Processor"
homepage = "https://grid.hyperledger.org"

[dependencies]
sawtooth-sdk = "^0.1"
sawtooth-sdk = "^0.2"
rust-crypto = "0.2.36"
rustc-serialize = "0.3.22"
sawtooth-zmq = "0.8.2-dev5"
Expand Down