Skip to content

Commit b8bbff4

Browse files
committed
fix: remove invalid trailing commas from native Cargo version
The 0.4.0 bump wrote version = 0.4.0 with a comma in Cargo.toml and Cargo.lock. TOML rejects that, so every CI native build failed at cargo metadata. Session: ses_fd0d6b222ffeQygDL9SHWVoXsE
1 parent aedc570 commit b8bbff4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/native/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gpuix-native"
3-
version = "0.4.0",
3+
version = "0.4.0"
44
edition = "2021"
55
description = "GPUI bindings for Node.js via napi-rs"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)