Skip to content

Commit e46a4fb

Browse files
authored
feat(search): add search command (#43)
* 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
1 parent 7bdcf75 commit e46a4fb

File tree

7 files changed

+442
-160
lines changed

7 files changed

+442
-160
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,22 @@ jobs:
2727
# targets of 'stable' and 'beta' for good measure.
2828
- pinned
2929
- stable
30-
# Our release builds are generated by a nightly compiler to take
31-
# advantage of the latest optimizations/compile time improvements. So
32-
# we test all of them here. (We don't do mips releases, but test on
33-
# mips for big-endian coverage.)
3430
- musl
35-
- mips
3631
- arm
3732
- macos
3833
- win-msvc
3934
- win-gnu
4035
include:
4136
- build: pinned
4237
os: ubuntu-22.04
43-
rust: 1.65.0
38+
rust: 1.74.0
4439
- build: stable
4540
os: ubuntu-22.04
4641
rust: stable
4742
- build: musl
4843
os: ubuntu-22.04
4944
rust: stable
5045
target: x86_64-unknown-linux-musl
51-
- build: mips
52-
os: ubuntu-22.04
53-
rust: stable
54-
target: mips64-unknown-linux-gnuabi64
5546
- build: arm
5647
os: ubuntu-22.04
5748
rust: stable

0 commit comments

Comments
 (0)