chore: prepare release tags

* set `publish = false` for multiple Cargo.toml files
* cargo update
* fix taplo.toml
* sort `workspace.dependencies`
* add `cargo-release` to nix shell

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-09-16 14:48:45 +02:00
parent 108ef8cc07
commit 7743c1321a
Signed by: harald
GPG key ID: F519A1143B3FBE32
16 changed files with 99 additions and 95 deletions

View file

@ -1,5 +1,6 @@
[package]
name = "tee-key-preexec"
publish = false
version.workspace = true
edition.workspace = true
authors.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "tee-ratls-preexec"
publish = false
version.workspace = true
edition.workspace = true
authors.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "tee-self-attestation-test"
publish = false
version.workspace = true
edition.workspace = true
authors.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "tee-stress-client"
publish = false
version.workspace = true
edition.workspace = true
authors.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "tee-vault-admin"
publish = false
version.workspace = true
edition.workspace = true
authors.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "tee-vault-unseal"
publish = false
version.workspace = true
edition.workspace = true
authors.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "teepot-read"
publish = false
version.workspace = true
edition.workspace = true
authors.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "teepot-write"
publish = false
version.workspace = true
edition.workspace = true
authors.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "vault-admin"
publish = false
version.workspace = true
edition.workspace = true
authors.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "vault-unseal"
publish = false
version.workspace = true
edition.workspace = true
authors.workspace = true

View file

@ -1,5 +1,6 @@
[package]
name = "verify-attestation"
publish = false
version.workspace = true
edition.workspace = true
authors.workspace = true

View file

@ -1,8 +1,9 @@
[package]
name = "verify-era-proof-attestation"
publish = false
authors.workspace = true
edition.workspace = true
license.workspace = true
name = "verify-era-proof-attestation"
repository.workspace = true
version.workspace = true