Skip to content

Commit

Permalink
feat(search): add search command (#43)
Browse files Browse the repository at this point in the history
* chore: update crates and silence warnings

* another update

* feat(search): add `search` command

* Remove mips support

See rust-lang/rust#115218

* Fix ci pinned rust ver
  • Loading branch information
slai11 authored May 4, 2024
1 parent 7bdcf75 commit e46a4fb
Show file tree
Hide file tree
Showing 7 changed files with 442 additions and 160 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,22 @@ jobs:
# targets of 'stable' and 'beta' for good measure.
- pinned
- stable
# Our release builds are generated by a nightly compiler to take
# advantage of the latest optimizations/compile time improvements. So
# we test all of them here. (We don't do mips releases, but test on
# mips for big-endian coverage.)
- musl
- mips
- arm
- macos
- win-msvc
- win-gnu
include:
- build: pinned
os: ubuntu-22.04
rust: 1.65.0
rust: 1.74.0
- build: stable
os: ubuntu-22.04
rust: stable
- build: musl
os: ubuntu-22.04
rust: stable
target: x86_64-unknown-linux-musl
- build: mips
os: ubuntu-22.04
rust: stable
target: mips64-unknown-linux-gnuabi64
- build: arm
os: ubuntu-22.04
rust: stable
Expand Down
Loading

0 comments on commit e46a4fb

Please sign in to comment.