Skip to content

Commit e731f5e

Browse files
authored
Faster similar images with reference folders (#826)
* Faster similar images with reference folders * Still not works * Probably works now * Unnecessary assert when using reference folders * HumanSize 2.0.0 * 1.62
1 parent f16818d commit e731f5e

File tree

11 files changed

+265
-183
lines changed

11 files changed

+265
-183
lines changed

.github/workflows/linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
linux-default:
1313
strategy:
1414
matrix:
15-
toolchain: [ stable, 1.60.0 ]
15+
toolchain: [ stable, 1.62.0 ]
1616
type: [ release ]
1717
runs-on: ubuntu-22.04
1818
steps:
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
CARGO_INCREMENTAL: 0
4141
RUSTFLAGS: "-C debuginfo=0"
42-
if: ${{ (matrix.type == 'release') && (matrix.toolchain == '1.60.0') }}
42+
if: ${{ (matrix.type == 'release') && (matrix.toolchain == '1.62.0') }}
4343

4444
- name: Build Release
4545
run: cargo build --release

0 commit comments

Comments
 (0)