Skip to content

Commit

Permalink
v2.0 rust release (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 25, 2023
1 parent 8d6318e commit 43ff63f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 34 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/rust-codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
toolchain: stable
override: true

# ************** REMOVE AFTER RELEASE ********************
- name: Rust build binding
run: bash copy.sh && cargo build --verbose
working-directory: binding/rust
# ********************************************************

- name: Run clippy
run: cargo clippy -- -D warnings
working-directory: binding/rust
Expand Down Expand Up @@ -92,12 +86,6 @@ jobs:
toolchain: stable
override: true

# ************** REMOVE AFTER RELEASE ********************
- name: Rust build binding
run: bash copy.sh && cargo build --verbose
working-directory: binding/rust
# ********************************************************

- name: Run clippy
run: cargo clippy -- -D warnings
working-directory: demo/rust/micdemo
12 changes: 0 additions & 12 deletions .github/workflows/rust-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:
toolchain: stable
override: true

# ************** REMOVE AFTER RELEASE ********************
- name: Rust build binding
run: bash copy.sh && cargo build --verbose
working-directory: binding/rust
# ********************************************************

- name: Rust build micdemo
run: cargo build --verbose
working-directory: demo/rust/micdemo
Expand Down Expand Up @@ -79,12 +73,6 @@ jobs:
toolchain: nightly
override: true

# ************** REMOVE AFTER RELEASE ********************
- name: Rust build binding
run: bash copy.sh && cargo build --verbose
working-directory: binding/rust
# ********************************************************

- name: Rust build micdemo
run: cargo build --verbose
working-directory: demo/rust/micdemo
Expand Down
6 changes: 3 additions & 3 deletions demo/rust/filedemo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/rust/filedemo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "pv_cheetah_filedemo"
version = "1.1.0"
version = "2.0.0"
edition = "2018"

[dependencies]
clap = "3.2.16"
hound = "3.4.0"
itertools = "0.10.3"
pv_cheetah = "=1.1.0"
pv_cheetah = "=2.0.0"
6 changes: 3 additions & 3 deletions demo/rust/micdemo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/rust/micdemo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pv_cheetah_micdemo"
version = "1.1.0"
version = "2.0.0"
edition = "2018"

[dependencies]
Expand All @@ -9,5 +9,5 @@ clap = "3.2.16"
ctrlc = "3.2.2"
hound = "3.4.0"
itertools = "0.10.3"
pv_cheetah = "=1.1.0"
pv_cheetah = "=2.0.0"
pv_recorder = "=1.2.1"

0 comments on commit 43ff63f

Please sign in to comment.