We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33930b5 + 12ca44d commit 10a9a72Copy full SHA for 10a9a72
2 files changed
iKeySort/.github/workflows/ci.yml .github/workflows/ci.ymliKeySort/.github/workflows/ci.yml renamed to .github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: Swatinem/rust-cache@v2
32
33
- name: Build
34
- run: cargo build --locked ${{ matrix.feature_mode.features }}
+ run: cargo build --manifest-path iKeySort/Cargo.toml ${{ matrix.feature_mode.features }}
35
36
- name: Test
37
- run: cargo test --locked ${{ matrix.feature_mode.features }}
+ run: cargo test --manifest-path iKeySort/Cargo.toml ${{ matrix.feature_mode.features }}
iKeySort/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "i_key_sort"
3
-version = "0.10.2"
+version = "0.10.3"
4
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
5
edition = "2024"
6
description = "Counting sort algorithm."
0 commit comments