Skip to content

Commit

Permalink
v2.0 rust release (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 24, 2023
1 parent 5f98624 commit 8a09699
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 22 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,10 +44,6 @@ jobs:
toolchain: stable
override: true

- 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 All @@ -69,10 +65,6 @@ jobs:
toolchain: stable
override: true

- 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/filedemo
Expand All @@ -94,10 +86,6 @@ jobs:
toolchain: stable
override: true

- 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
8 changes: 0 additions & 8 deletions .github/workflows/rust-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
toolchain: stable
override: true

- 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 @@ -77,10 +73,6 @@ jobs:
toolchain: nightly
override: true

- name: Rust build binding
run: bash copy.sh && cargo build --verbose
working-directory: binding/rust

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

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

2 changes: 1 addition & 1 deletion demo/rust/filedemo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ chrono = "0.4.20"
clap = "3.2.16"
hound = "3.4.0"
itertools = "0.10.3"
pv_leopard = { path = "../../../binding/rust" }
pv_leopard = "=2.0.0"
tabwriter = "1.2.1"
2 changes: 2 additions & 0 deletions demo/rust/micdemo/Cargo.lock

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

2 changes: 1 addition & 1 deletion demo/rust/micdemo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ clap = "3.2.16"
ctrlc = "3.2.2"
hound = "3.4.0"
itertools = "0.10.3"
pv_leopard = { path = "../../../binding/rust" }
pv_leopard = "=2.0.0"
pv_recorder = "=1.2.1"
tabwriter = "1.2.1"

0 comments on commit 8a09699

Please sign in to comment.