diff --git a/attestation-tool/Cargo.lock b/attestation-tool/Cargo.lock index 6380f40..90b7f83 100644 --- a/attestation-tool/Cargo.lock +++ b/attestation-tool/Cargo.lock @@ -183,7 +183,7 @@ dependencies = [ [[package]] name = "attestation-tool" -version = "0.2.0" +version = "0.3.1" dependencies = [ "aesm-client", "anyhow", diff --git a/attestation-tool/Cargo.toml b/attestation-tool/Cargo.toml index 1c51fe3..332c1c6 100644 --- a/attestation-tool/Cargo.toml +++ b/attestation-tool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "attestation-tool" -version = "0.2.0" +version = "0.3.1" authors = ["Oasis Protocol Foundation", "Fortanix, Inc."] license = "MPL-2.0" edition = "2018" diff --git a/attestation-tool/src/ecdsa.rs b/attestation-tool/src/ecdsa.rs index 1f5db02..9622c73 100644 --- a/attestation-tool/src/ecdsa.rs +++ b/attestation-tool/src/ecdsa.rs @@ -303,7 +303,7 @@ pub fn try_ecdsa(aesm_client: &AesmClient, loader: &mut IsgxDevice) -> Result Result