From 1847a6290cadf964fecc9e75d6821907cc715109 Mon Sep 17 00:00:00 2001 From: Samuel Pastva Date: Tue, 6 Dec 2022 15:59:51 +0100 Subject: [PATCH] Update `biodivine` dependencies to a more permissive versioning scheme. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7151244..4587a18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 , Eva Smijakova "] +authors = ["Samuel Pastva , Eva Smijakova "] edition = "2021" license = "MIT" exclude = [ @@ -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]