Skip to content

Commit f51b7a4

Browse files
committed
Bump ruby-rbs and ruby-rbs-sys crates
1 parent bddb081 commit f51b7a4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

rust/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.

rust/ruby-rbs-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruby-rbs-sys"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2024"
55
license = "BSD-2-Clause"
66
description = "Low-level FFI bindings for RBS -- the type signature language for Ruby programs"

rust/ruby-rbs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include = [
1515
]
1616

1717
[dependencies]
18-
ruby-rbs-sys = { version = "0.1", path = "../ruby-rbs-sys" }
18+
ruby-rbs-sys = { version = "0.2", path = "../ruby-rbs-sys" }
1919

2020
[build-dependencies]
2121
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)