mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
chore(deps): prepare release 0.6.0
- vendor unpublished tdx-attest-rs and tdx-attest-sys crates to be able to publish to crates.io - Updated package versions in `Cargo.toml` and `Cargo.lock` to 0.6.0. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
8d965aa388
commit
b4e0014e4e
22 changed files with 1772 additions and 189 deletions
13
Cargo.toml
13
Cargo.toml
|
@ -1,13 +1,19 @@
|
|||
[workspace]
|
||||
members = ["crates/*", "bin/*", "crates/teepot-vault/bin/*"]
|
||||
exclude = ["crates/teepot-tee-quote-verification-rs"]
|
||||
resolver = "2"
|
||||
|
||||
# exclude x86_64 only crates
|
||||
exclude = [
|
||||
"crates/teepot-tee-quote-verification-rs",
|
||||
"crates/teepot-tdx-attest-rs",
|
||||
"crates/teepot-tdx-attest-sys",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
||||
[workspace.package]
|
||||
version = "0.3.0"
|
||||
version = "0.6.0"
|
||||
edition = "2021"
|
||||
authors = ["Harald Hoyer <hh@matterlabs.dev>"]
|
||||
# rest of the workspace, if not specified in the package section
|
||||
|
@ -63,9 +69,8 @@ serde_yaml = "0.9.33"
|
|||
sha2 = "0.10.8"
|
||||
sha3 = "0.10.8"
|
||||
signature = "2.2.0"
|
||||
tdx-attest-rs = { version = "0.1.2", git = "https://github.com/intel/SGXDataCenterAttestationPrimitives.git", rev = "aa239d25a437a28f3f4de92c38f5b6809faac842" }
|
||||
teepot = { path = "crates/teepot" }
|
||||
teepot-tee-quote-verification-rs = { path = "crates/teepot-tee-quote-verification-rs" }
|
||||
teepot-tee-quote-verification-rs = { version = "0.6.0", path = "crates/teepot-tee-quote-verification-rs" }
|
||||
teepot-vault = { path = "crates/teepot-vault" }
|
||||
testaso = "0.1.0"
|
||||
thiserror = "2.0.11"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue