Skip to content

Commit

Permalink
Bump to v0.9.98
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Jul 1, 2024
1 parent 95cf25c commit 06135a2
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 27 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,26 @@ jobs:
rust_toolchain: stable
- os: windows-2022
rust_toolchain: stable
include:
- ruby_version: mswin
exclude:
# Missing symbols for some reason, need to fix
- ruby_version: "2.6"
sys:
os: windows-2022
rust_toolchain: stable-x86_64-pc-windows-msvc
os: macos-latest
rust_toolchain: stable
- ruby_version: "2.7"
sys:
os: macos-latest
rust_toolchain: stable
- ruby_version: "3.1"
sys:
os: macos-latest
rust_toolchain: stable
# MSC version mismatch, need to fix
# include:
# - ruby_version: mswin
# sys:
# os: windows-2022
# rust_toolchain: stable-x86_64-pc-windows-msvc
runs-on: ${{ matrix.sys.os }}
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rb-sys-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rb-sys-build"
version = "0.9.97"
version = "0.9.98"
edition = "2018"
description = "Build system for rb-sys"
homepage = "https://github.com/oxidize-rb/rb-sys"
Expand Down
2 changes: 1 addition & 1 deletion crates/rb-sys-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rb-sys-tests"
version = "0.9.97"
version = "0.9.98"
edition = "2018"
autotests = false
publish = false
Expand Down
4 changes: 2 additions & 2 deletions crates/rb-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
build = "build/main.rs"
name = "rb-sys"
version = "0.9.97"
version = "0.9.98"
edition = "2018"
readme = "readme.md"
categories = ["external-ffi-bindings"]
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/oxidize-rb/rb-sys"
rust-version = "1.63"

[build-dependencies]
rb-sys-build = { version = "0.9.97", path = "../rb-sys-build" }
rb-sys-build = { version = "0.9.98", path = "../rb-sys-build" }

[dev-dependencies]
rb-sys = { path = ".", features = [
Expand Down
6 changes: 3 additions & 3 deletions examples/rust_reverse/ext/rust_reverse/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/rust_reverse/ext/rust_reverse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rust_reverse"
version = "0.9.97"
version = "0.9.98"
autotests = true # set true if you want to use "cargo test"
edition = "2018"

[dependencies]
rb-sys = { version = "0.9.97", path = "./../../../../crates/rb-sys", features = [
rb-sys = { version = "0.9.98", path = "./../../../../crates/rb-sys", features = [
"global-allocator",
] }

Expand Down
2 changes: 1 addition & 1 deletion examples/rust_reverse/lib/rust_reverse/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RustReverse
VERSION = "0.9.97"
VERSION = "0.9.98"
end
2 changes: 1 addition & 1 deletion gem/lib/rb_sys/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RbSys
VERSION = "0.9.97"
VERSION = "0.9.98"
end
18 changes: 9 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ building your own gem.

## Supported Toolchains

- Ruby: <!-- toolchains .policy.minimum-supported-ruby-version -->2.5<!-- /toolchains -->+ (for full compatibility with
- Ruby: <!-- toolchains .policy.minimum-supported-ruby-version -->2.6<!-- /toolchains -->+ (for full compatibility with
Rubygems)
- Rust: <!-- toolchains .policy.minimum-supported-rust-version -->1.63<!-- /toolchains -->+

Expand All @@ -59,14 +59,14 @@ directory for automation purposes):

| Platform | Supported | Docker Image |
| ------------------ | --------- | ----------------------------------------------- |
| x86_64-linux || [`rbsys/x86_64-linux:0.9.97`][docker-hub] |
| x86_64-linux-musl || [`rbsys/x86_64-linux-musl:0.9.97`][docker-hub] |
| aarch64-linux || [`rbsys/aarch64-linux:0.9.97`][docker-hub] |
| aarch64-linux-musl || [`rbsys/aarch64-linux-musl:0.9.97`][docker-hub] |
| arm-linux || [`rbsys/arm-linux:0.9.97`][docker-hub] |
| arm64-darwin || [`rbsys/arm64-darwin:0.9.97`][docker-hub] |
| x64-mingw32 || [`rbsys/x64-mingw32:0.9.97`][docker-hub] |
| x64-mingw-ucrt || [`rbsys/x64-mingw-ucrt:0.9.97`][docker-hub] |
| x86_64-linux || [`rbsys/x86_64-linux:0.9.98`][docker-hub] |
| x86_64-linux-musl || [`rbsys/x86_64-linux-musl:0.9.98`][docker-hub] |
| aarch64-linux || [`rbsys/aarch64-linux:0.9.98`][docker-hub] |
| aarch64-linux-musl || [`rbsys/aarch64-linux-musl:0.9.98`][docker-hub] |
| arm-linux || [`rbsys/arm-linux:0.9.98`][docker-hub] |
| arm64-darwin || [`rbsys/arm64-darwin:0.9.98`][docker-hub] |
| x64-mingw32 || [`rbsys/x64-mingw32:0.9.98`][docker-hub] |
| x64-mingw-ucrt || [`rbsys/x64-mingw-ucrt:0.9.98`][docker-hub] |
| mswin || not available on Docker |

## Getting Help
Expand Down

0 comments on commit 06135a2

Please sign in to comment.