Skip to content

Commit 371d7d3

Browse files
committed
Bump to v0.9.33
1 parent ac8e401 commit 371d7d3

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
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.32"
3+
version = "0.9.33"
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.32"
3+
version = "0.9.33"
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.32"
4+
version = "0.9.33"
55
edition = "2018"
66
readme = "readme.md"
77
categories = ["external-ffi-bindings"]
@@ -13,7 +13,7 @@ links = "rb"
1313
repository = "https://github.com/oxidize-rb/rb-sys"
1414

1515
[build-dependencies]
16-
rb-sys-build = { path = "../rb-sys-build", version = "0.9.32" }
16+
rb-sys-build = { path = "../rb-sys-build", version = "0.9.33" }
1717
cc = { version = "1.0", optional = true }
1818

1919
[features]

examples/rust_reverse/ext/rust_reverse/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.

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.32"
3+
version = "0.9.33"
44
autotests = false # set true if you want to use "cargo test"
55
edition = "2018"
66

77
[dependencies]
8-
rb-sys = { version = "0.9.32", path = "./../../../../crates/rb-sys", features = ["gem", "global-allocator"] }
8+
rb-sys = { version = "0.9.33", path = "./../../../../crates/rb-sys", features = ["gem", "global-allocator"] }
99

1010
[lib]
1111
crate-type = ["cdylib"]
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.32"
4+
VERSION = "0.9.33"
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.32"
4+
VERSION = "0.9.33"
55
end

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ directory for automation purposes):
4141

4242
| Platform | Supported | Docker Image |
4343
| ----------------- | --------- | ---------------------------------------------- |
44-
| x86_64-linux || [`rbsys/x86_64-linux:0.9.32`][docker-hub] |
45-
| x86_64-linux-musl || [`rbsys/x86_64-linux-musl:0.9.32`][docker-hub] |
46-
| aarch64-linux || [`rbsys/aarch64-linux:0.9.32`][docker-hub] |
47-
| arm-linux || [`rbsys/arm-linux:0.9.32`][docker-hub] |
48-
| arm64-darwin || [`rbsys/arm64-darwin:0.9.32`][docker-hub] |
49-
| x64-mingw32 || [`rbsys/x64-mingw32:0.9.32`][docker-hub] |
50-
| x64-mingw-ucrt || [`rbsys/x64-mingw-ucrt:0.9.32`][docker-hub] |
44+
| x86_64-linux || [`rbsys/x86_64-linux:0.9.33`][docker-hub] |
45+
| x86_64-linux-musl || [`rbsys/x86_64-linux-musl:0.9.33`][docker-hub] |
46+
| aarch64-linux || [`rbsys/aarch64-linux:0.9.33`][docker-hub] |
47+
| arm-linux || [`rbsys/arm-linux:0.9.33`][docker-hub] |
48+
| arm64-darwin || [`rbsys/arm64-darwin:0.9.33`][docker-hub] |
49+
| x64-mingw32 || [`rbsys/x64-mingw32:0.9.33`][docker-hub] |
50+
| x64-mingw-ucrt || [`rbsys/x64-mingw-ucrt:0.9.33`][docker-hub] |
5151

5252
## Getting Help
5353

0 commit comments

Comments
 (0)