Skip to content

Commit

Permalink
feat: bump up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxr committed Jan 5, 2025
1 parent 18b34e1 commit f15837a
Show file tree
Hide file tree
Showing 18 changed files with 2,013 additions and 1,304 deletions.
17 changes: 9 additions & 8 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
---
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 90
daysUntilStale: 180
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 30
daysUntilClose: -1
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
- bug
- pinned
- security
- bug
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
11 changes: 7 additions & 4 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
fail-fast: false
matrix:
job:
- { os: ubuntu-latest , target: x86_64-unknown-linux-musl, features: "" }
- { os: ubuntu-latest , target: x86_64-unknown-linux-gnu , features: "full" }
- { os: macos-latest , target: x86_64-apple-darwin , features: "full" }
- { os: windows-latest , target: x86_64-pc-windows-msvc , features: "full" }
- { os: ubuntu-latest, target: x86_64-unknown-linux-musl, features: "" }
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu, features: "full" }
- { os: macos-latest, target: x86_64-apple-darwin, features: "full" }
- { os: windows-latest, target: x86_64-pc-windows-msvc, features: "full" }
- { os: macos-13, target: x86_64-apple-darwin, features: "full" }
- { os: macos-latest, target: aarch64-apple-darwin, features: "full" }

steps:
- name: Git checkout
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: check-added-large-files
Expand Down
6 changes: 0 additions & 6 deletions .rustfmt.toml

This file was deleted.

Loading

0 comments on commit f15837a

Please sign in to comment.