From d69593acd02e679a6f4dc069d466b723c5385b82 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Wed, 4 Mar 2026 12:56:18 +0900 Subject: [PATCH] [ruby-rbs] Version 0.2.0 --- rust/Cargo.lock | 2 +- rust/ruby-rbs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ce6660914..f2fcd5354 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -224,7 +224,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "ruby-rbs" -version = "0.1.1" +version = "0.2.0" dependencies = [ "ruby-rbs-sys", "serde", diff --git a/rust/ruby-rbs/Cargo.toml b/rust/ruby-rbs/Cargo.toml index 3151d8125..d0ea6152a 100644 --- a/rust/ruby-rbs/Cargo.toml +++ b/rust/ruby-rbs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruby-rbs" -version = "0.1.1" +version = "0.2.0" edition = "2024" license = "BSD-2-Clause" description = "Rust bindings for RBS -- the type signature language for Ruby programs"