From 64fc16d27085886b76bae24e12ef67f054c56fb8 Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Thu, 15 Jan 2026 02:14:38 -0300 Subject: [PATCH] fix: Add new crates to bump workflow --- .github/workflows/bump.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 9662e30..7e50f98 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -55,6 +55,9 @@ jobs: next="${{ steps.version.outputs.next }}" tomato set workspace.package.version "$next" Cargo.toml tomato set workspace.dependencies.plotnik-core.version "$next" Cargo.toml + tomato set workspace.dependencies.plotnik-bytecode.version "$next" Cargo.toml + tomato set workspace.dependencies.plotnik-compiler.version "$next" Cargo.toml + tomato set workspace.dependencies.plotnik-vm.version "$next" Cargo.toml tomato set workspace.dependencies.plotnik-langs.version "$next" Cargo.toml tomato set workspace.dependencies.plotnik-lib.version "$next" Cargo.toml # plotnik-cli has explicit plotnik-langs dep (default-features = false workaround)