Skip to content

Commit

Permalink
Update Deps (#531)
Browse files Browse the repository at this point in the history
* Add 2pass option

* Don't remove cli interface for all command invocations

* Update badges

* Fix badge urls

* Update deps

* Add tag escape for tag searches

* Add tag escape for ú

* Add escape for ó

* Add escpae for ñ

* Add escapes for ♥ and á

* Add escapes for χ, ¹, and ³

* Add escape for ’

* Add escape for …

* Add escape for &

* Add escape for "

* Add escape for <

* Add escape for >

* Add escape for —

* Change TagId to be a NonZeroU64

* Fmt

* Document some API quirks

* Make serde fn slightly more generic

* Upgrade deps

* Remove old parts of CI and script readme

* Update r6tracker test valid username

* Add yodaspeak library

* Add yodaspeak command

* Fix deny

* Move clippy lints to lint table
  • Loading branch information
adumbidiot authored Jan 4, 2024
1 parent d7f4f71 commit 2ab7ffb
Show file tree
Hide file tree
Showing 42 changed files with 524 additions and 253 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
interval: monthly
open-pull-requests-limit: 10
7 changes: 1 addition & 6 deletions .github/workflows/BuildRpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand All @@ -23,11 +23,6 @@ jobs:

- name: Install GCC Cross Compilation Toolchain
run: sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu

- name: Install Python Deps
run: |
python -m pip install --upgrade pip
pip install tomli

- name: Install `cargo-deb`
run: cargo install cargo-deb
Expand Down
Loading

0 comments on commit 2ab7ffb

Please sign in to comment.