@@ -11,7 +11,7 @@ members = [
1111exclude = [" examples/transfers/contracts" , " examples/transfers/enclave" ]
1212
1313[workspace .package ]
14- version = " 0.5.0 "
14+ version = " 0.5.1 "
1515edition = " 2021"
1616rust-version = " 1.81.0"
1717license = " Apache-2.0"
@@ -118,21 +118,21 @@ mc-sgx-dcap-sys-types = { version = "=0.11.0", default-features = false }
118118mc-attestation-verifier = { version = " =0.4.3" , default-features = false }
119119
120120# quartz
121- quartz-cw-proof = { version = " 0.5.0 " , path = " crates/enclave/cw-proof" , default-features = false }
122- quartz-common = { version = " 0.5.0 " , path = " crates/common" , default-features = false }
123- quartz-contract-core = { version = " 0.5.0 " , path = " crates/contracts/core" , default-features = false }
124- quartz-contract-core-derive = { version = " 0.5.0 " , path = " crates/contracts/core/derive" , default-features = false }
125- quartz-dcap-verifier-msgs = { version = " 0.5.0 " , path = " crates/contracts/dcap-verifier/msgs" , default-features = false }
126- quartz-enclave-core = { version = " 0.5.0 " , path = " crates/enclave/core" , default-features = false }
127- quartz-proto = { version = " 0.5.0 " , path = " crates/enclave/proto" , default-features = false }
128- quartz-tee-ra = { version = " 0.5.0 " , path = " crates/contracts/tee-ra" , default-features = false }
129- quartz-tcbinfo = { version = " 0.5.0 " , path = " crates/contracts/tcbinfo" , default-features = false , features = [
121+ quartz-cw-proof = { version = " 0.5.1 " , path = " crates/enclave/cw-proof" , default-features = false }
122+ quartz-common = { version = " 0.5.1 " , path = " crates/common" , default-features = false }
123+ quartz-contract-core = { version = " 0.5.1 " , path = " crates/contracts/core" , default-features = false }
124+ quartz-contract-core-derive = { version = " 0.5.1 " , path = " crates/contracts/core/derive" , default-features = false }
125+ quartz-dcap-verifier-msgs = { version = " 0.5.1 " , path = " crates/contracts/dcap-verifier/msgs" , default-features = false }
126+ quartz-enclave-core = { version = " 0.5.1 " , path = " crates/enclave/core" , default-features = false }
127+ quartz-proto = { version = " 0.5.1 " , path = " crates/enclave/proto" , default-features = false }
128+ quartz-tee-ra = { version = " 0.5.1 " , path = " crates/contracts/tee-ra" , default-features = false }
129+ quartz-tcbinfo = { version = " 0.5.1 " , path = " crates/contracts/tcbinfo" , default-features = false , features = [
130130 " library" ,
131131] }
132- quartz-tcbinfo-msgs = { version = " 0.5.0 " , path = " crates/contracts/tcbinfo/msgs" , default-features = false }
133- quartz-tm-prover = { version = " 0.5.0 " , path = " crates/utils/tm-prover" , default-features = false }
134- quartz-tm-stateless-verifier = { version = " 0.5.0 " , path = " crates/enclave/tm-stateless-verifier" , default-features = false }
135- cw-client = { version = " 0.5.0 " , path = " crates/utils/cw-client" , default-features = false }
132+ quartz-tcbinfo-msgs = { version = " 0.5.1 " , path = " crates/contracts/tcbinfo/msgs" , default-features = false }
133+ quartz-tm-prover = { version = " 0.5.1 " , path = " crates/utils/tm-prover" , default-features = false }
134+ quartz-tm-stateless-verifier = { version = " 0.5.1 " , path = " crates/enclave/tm-stateless-verifier" , default-features = false }
135+ cw-client = { version = " 0.5.1 " , path = " crates/utils/cw-client" , default-features = false }
136136
137137[profile .release ]
138138opt-level = " z"
0 commit comments