Skip to content

Commit

Permalink
remove main.rs reference in cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierdag committed Nov 15, 2023
1 parent 5eab80d commit 5e1b8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
components: llvm-tools-preview
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2.7.0
with:
key: coverage-cargo-${{ matrix.os }}
continue-on-error: true
Expand Down
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,4 @@ crate-type = ["cdylib"]
[dependencies]
fancy-regex = "0.12.0"
pyo3 = { version = "0.19.0", features = ["extension-module"] }
regex = "1.5.4"

[[bin]]
name = "bpeasy"
path = "main.rs"


regex = "1.5.4"

0 comments on commit 5e1b8d9

Please sign in to comment.