Skip to content

Commit 10a9a72

Browse files
Merge pull request #6 from iShape-Rust/feature/up_version
up version
2 parents 33930b5 + 12ca44d commit 10a9a72

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: Swatinem/rust-cache@v2
3232

3333
- name: Build
34-
run: cargo build --locked ${{ matrix.feature_mode.features }}
34+
run: cargo build --manifest-path iKeySort/Cargo.toml ${{ matrix.feature_mode.features }}
3535

3636
- name: Test
37-
run: cargo test --locked ${{ matrix.feature_mode.features }}
37+
run: cargo test --manifest-path iKeySort/Cargo.toml ${{ matrix.feature_mode.features }}

iKeySort/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "i_key_sort"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
55
edition = "2024"
66
description = "Counting sort algorithm."

0 commit comments

Comments
 (0)