Skip to content

Commit 32bb081

Browse files
mishushakovclaude
andcommitted
bump libhermesabi-sys to 0.3.0 and rusty_hermes to 0.2.0
- Add version specifier for libhermesabi-sys dependency - Fix category slug for crates.io Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 39a5533 commit 32bb081

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ edition = "2021"
66
authors = ["Rust Hermes, Mish Ushakov <mishushakov@users.noreply.github.com>"]
77
repository = "https://github.com/rust-hermes/rusty_hermes"
88
license = "MIT"
9-
categories = [ "API bindings" ]
9+
categories = ["api-bindings"]
1010
keywords = ["javascript", "hermes", "v8", "jsc", "spidermonkey"]
1111

1212
[workspace]
1313
members = ["libhermesabi-sys"]
1414

1515
[dependencies]
16-
libhermesabi-sys = { path = "libhermesabi-sys" }
16+
libhermesabi-sys = { path = "libhermesabi-sys", version = "0.3.0" }

0 commit comments

Comments
 (0)