mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
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:
parent
108ef8cc07
commit
7743c1321a
16 changed files with 99 additions and 95 deletions
|
@ -6,8 +6,13 @@ inline_table_expand = false
|
|||
compact_arrays = true
|
||||
|
||||
[[rule]]
|
||||
include = ["**/Cargo.toml"]
|
||||
keys = ["dependencies", "dev-dependencies", "build-dependencies"]
|
||||
include = ["**/Cargo.toml", "Cargo.toml"]
|
||||
keys = [
|
||||
"dependencies",
|
||||
"dev-dependencies",
|
||||
"build-dependencies",
|
||||
"workspace.dependencies",
|
||||
]
|
||||
|
||||
[rule.formatting]
|
||||
reorder_keys = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue