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"