Skip to content

Commit 23daeea

Browse files
authored
Merge pull request #2866 from ruby/rust-crates-0.2.0
[ruby-rbs][ruby-rbs-sys] Bump ruby-rbs and ruby-rbs-sys crates
2 parents bddb081 + f51b7a4 commit 23daeea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)