chore: Release

This commit is contained in:
Harald Hoyer 2024-09-16 17:01:14 +02:00
parent 2b6e68e269
commit 77818cffef
Signed by: harald
GPG key ID: F519A1143B3FBE32
3 changed files with 17 additions and 17 deletions

View file

@ -6,7 +6,7 @@ resolver = "2"
strip = true
[workspace.package]
version = "0.1.2-alpha.1"
version = "0.3.0"
edition = "2021"
authors = ["Harald Hoyer <hh@matterlabs.dev>"]
# rest of the workspace, if not specified in the package section
@ -33,7 +33,7 @@ enumset = { version = "1.1", features = ["serde"] }
futures-core = { version = "0.3.30", features = ["alloc"], default-features = false }
getrandom = "0.2.14"
hex = { version = "0.4.3", features = ["std"], default-features = false }
intel-tee-quote-verification-rs = { package = "teepot-tee-quote-verification-rs", path = "crates/teepot-tee-quote-verification-rs", version = "0.2.3-alpha.1" }
intel-tee-quote-verification-rs = { package = "teepot-tee-quote-verification-rs", path = "crates/teepot-tee-quote-verification-rs", version = "0.3.0" }
intel-tee-quote-verification-sys = { version = "0.2.1" }
jsonrpsee-types = { version = "0.23", default-features = false }
log = "0.4"