Skip to content

Commit 9f232ed

Browse files
fricobenclaude
andcommitted
fix(core): sync Cargo.toml version to 0.2.0
The npm publish workflow failed because Cargo.toml was still at 0.1.0 while package.json files were at 0.2.0. The napi artifacts command uses the Cargo version, causing it to try publishing an already-existing version. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b585976 commit 9f232ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vibetracking-core"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Native Rust core for vibetracking CLI - high-performance session parsing"

0 commit comments

Comments
 (0)