Skip to content

Commit e5d4d31

Browse files
authored
Merge pull request #2918 from ruby/crates
ruby-rbs-sys 0.3.0, ruby-rbs 0.3.0
2 parents 93ecfd6 + df27e37 commit e5d4d31

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
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.2.0"
3+
version = "0.3.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruby-rbs"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55
license = "BSD-2-Clause"
66
description = "Rust bindings for RBS -- the type signature language for Ruby programs"
@@ -15,7 +15,7 @@ include = [
1515
]
1616

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

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

0 commit comments

Comments
 (0)