Skip to content

Commit

Permalink
Update biodivine dependencies to a more permissive versioning scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Dec 6, 2022
1 parent 18397b4 commit 1847a62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "biodivine-pbn-control"
version = "0.2.0"
version = "0.2.1"
description = "A library for controlling parametrized Boolean networks."
authors = ["Samuel Pastva <daemontus@gmail.com>, Eva Smijakova <[email protected]>"]
authors = ["Samuel Pastva <sam.pastva@gmail.com>, Eva Smijakova <[email protected]>"]
edition = "2021"
license = "MIT"
exclude = [
Expand All @@ -17,8 +17,8 @@ clap = "4.0.26"
serde_json = "1.0.59"
itertools = "0.10.1"
chrono = "0.4.19"
biodivine-lib-bdd = "0.4.*"
biodivine-lib-param-bn = "0.3.*"
biodivine-lib-bdd = ">=0.4.2, <1.0.0"
biodivine-lib-param-bn = ">=0.4.1, <1.0.0"

[dev-dependencies]

Expand Down

0 comments on commit 1847a62

Please sign in to comment.