Skip to content

Commit

Permalink
update to magnus 0.6
Browse files Browse the repository at this point in the history
plus some other odds and ends
  • Loading branch information
matsadler committed Aug 11, 2023
1 parent 5ce8f28 commit 8f5e783
Show file tree
Hide file tree
Showing 8 changed files with 106 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: oxidize-rb/cross-gem-action@main
with:
platform: ${{ matrix.ruby-platform }}
ruby-versions: "2.6, 2.7, 3.0, 3.1, 3.2"
ruby-versions: "2.7, 3.0, 3.1, 3.2"
setup: |
ruby -e 'exit Gem::Version.new(Gem::VERSION) < "3.3.26" ? 0 : 1' && gem update --system 3.3.26
bundle
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- macos-latest
- windows-latest
ruby-version:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
Expand Down
96 changes: 60 additions & 36 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PATH
remote: .
specs:
halton (0.2.1.5)
halton (0.3.0)

GEM
remote: https://rubygems.org/
specs:
benchmark-ips (2.10.0)
benchmark-ips (2.12.0)
power_assert (2.0.3)
rake (13.0.6)
rake-compiler (1.2.1)
rake-compiler (1.2.5)
rake
rb_sys (0.9.53)
test-unit (3.5.7)
rb_sys (0.9.81)
test-unit (3.6.1)
power_assert

PLATFORMS
Expand Down
5 changes: 2 additions & 3 deletions ext/halton/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[package]
name = "halton"
version = "0.1.0"
authors = ["Mat Sadler <[email protected]>"]
edition = "2018"
edition = "2021"

[lib]
crate-type = ["cdylib"]

[dependencies]
halton = "0.2.1"
magnus = "0.4.4"
magnus = { version = "0.6", default_features = false }
Loading

0 comments on commit 8f5e783

Please sign in to comment.