Skip to content

Commit

Permalink
chore: make bellpepper depend on released version of the core package (
Browse files Browse the repository at this point in the history
…#84)

* chore: make bellpepper depende on released version of the core package

* ci: run on dev as well
  • Loading branch information
huitseeker committed Mar 19, 2024
1 parent 6eddd24 commit 12289b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion crates/bellpepper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit 12289b7

Please sign in to comment.