Skip to content

Commit f881c4e

Browse files
committed
Bump version to 0.9.123 for rb-sys and related packages.
1 parent 8ad10f8 commit f881c4e

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rb-sys-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rb-sys-build"
3-
version = "0.9.122"
3+
version = "0.9.123"
44
edition = "2018"
55
description = "Build system for rb-sys"
66
homepage = "https://github.com/oxidize-rb/rb-sys"

crates/rb-sys-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rb-sys-tests"
3-
version = "0.9.122"
3+
version = "0.9.123"
44
edition = "2018"
55
autotests = false
66
publish = false

crates/rb-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
build = "build/main.rs"
33
name = "rb-sys"
4-
version = "0.9.122"
4+
version = "0.9.123"
55
edition = "2018"
66
readme = "readme.md"
77
categories = ["external-ffi-bindings"]
@@ -14,7 +14,7 @@ repository = "https://github.com/oxidize-rb/rb-sys"
1414
rust-version = "1.71"
1515

1616
[build-dependencies]
17-
rb-sys-build = { version = "0.9.122", path = "../rb-sys-build" }
17+
rb-sys-build = { version = "0.9.123", path = "../rb-sys-build" }
1818

1919
[dev-dependencies]
2020
rb-sys = { path = ".", features = ["link-ruby"] }

examples/rust_reverse/ext/rust_reverse/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "rust_reverse"
3-
version = "0.9.122"
3+
version = "0.9.123"
44
autotests = true # set true if you want to use "cargo test"
55
edition = "2018"
66

77
[dependencies]
8-
rb-sys = { version = "0.9.122", path = "./../../../../crates/rb-sys", features = [
8+
rb-sys = { version = "0.9.123", path = "./../../../../crates/rb-sys", features = [
99
"global-allocator",
1010
] }
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RustReverse
4-
VERSION = "0.9.122"
4+
VERSION = "0.9.123"
55
end

gem/lib/rb_sys/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RbSys
4-
VERSION = "0.9.122"
4+
VERSION = "0.9.123"
55
end

0 commit comments

Comments
 (0)