Skip to content

Commit

Permalink
Merge pull request #38 from osyoyu/cargo-lock-version-3
Browse files Browse the repository at this point in the history
Revert Cargo.lock version to 3
  • Loading branch information
osyoyu authored Jan 4, 2025
2 parents 03d44ca + 284986d commit 82758ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ env:

jobs:
test:
runs-on: ubuntu-24.04

strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04']
ruby-version: ['3.3', '3.4']

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.75.0"

0 comments on commit 82758ee

Please sign in to comment.