Skip to content

Commit

Permalink
Merge pull request #61 from IAPark/bump-2-the-bumpening
Browse files Browse the repository at this point in the history
Rebuild gem with corrected cross-gem action
  • Loading branch information
gjtorikian authored Jan 8, 2025
2 parents ad1ee31 + 94ad30a commit 5e62c15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
outputs:
result: ${{ steps.fetch.outputs.result }}
steps:
- uses: oxidize-rb/actions/fetch-ci-data@v1
- uses: oxidize-rb/actions/fetch-ci-data@main
id: fetch
with:
supported-ruby-platforms: |
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tiktoken_ruby (0.0.11)
tiktoken_ruby (0.0.11.1)
rb_sys (= 0.9.106)

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

module Tiktoken
VERSION = "0.0.11"
VERSION = "0.0.11.1"
end

0 comments on commit 5e62c15

Please sign in to comment.