diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2adfd2e..233a3e1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -3,10 +3,10 @@ name: Rust on: merge_group: push: - branches: [main] + branches: [main, dev] pull_request: types: [opened, synchronize, reopened, ready_for_review] - branches: [main] + branches: [main, dev] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/crates/bellpepper/Cargo.toml b/crates/bellpepper/Cargo.toml index 39e1f01..68d2dd8 100644 --- a/crates/bellpepper/Cargo.toml +++ b/crates/bellpepper/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" rust-version = "1.66.0" [dependencies] -bellpepper-core = { version = "0.4", path = "../bellpepper-core" } +bellpepper-core = { version = "0.4" } byteorder = { workspace = true } ff = { workspace = true }