Skip to content

Commit

Permalink
Use control library without Z3.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Nov 19, 2024
1 parent 01df3b9 commit 5702fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: build
name: release
on:
push:
tags:
- '*'

jobs:
build-classifier:
build-server:
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ futures = "0.3.31"
tokio = "1.41.1"
fixed-map = "0.9.5"
lazy_static = "1.5.0"
biodivine-pbn-control = { git = "https://github.com/sybila/biodivine-pbn-control", rev = "bae48c10e62c217c047bd7b92f4a9861c51560c3" }
biodivine-pbn-control = { git = "https://github.com/sybila/biodivine-pbn-control", rev = "8ea98af977b43b5bdffd9455e824922be8eda97a" }
serde = { version = "1.0.215", features = ["derive"] }
num-bigint = "0.4.6"
num-traits = "0.2.19"
Expand Down

0 comments on commit 5702fcc

Please sign in to comment.