Skip to content

Commit 7345eb3

Browse files
committed
release v0.4.0
1 parent e646f68 commit 7345eb3

File tree

5 files changed

+18
-34
lines changed

5 files changed

+18
-34
lines changed

Cargo.lock

Lines changed: 6 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ cpu-time = "1.0.0"
1313
concolor-clap = "0.1.0"
1414
itertools = "0.14.0"
1515
maxpre = { version = "0.2.3", path = "./maxpre-rs", features = ["multiopt"] }
16-
pigeons = { version = "0.1.0", path = "./rustsat/pigeons" }
17-
rustsat = { version = "0.7.0", path = "./rustsat", features = [
16+
pigeons = { version = "0.1.1", path = "./rustsat/pigeons" }
17+
rustsat = { version = "0.7.1", path = "./rustsat", features = [
1818
"multiopt",
1919
"internals",
2020
"proof-logging",
2121
] }
22-
rustsat-cadical = { version = "0.7.0", path = "./rustsat/cadical", features = [
22+
rustsat-cadical = { version = "0.7.1", path = "./rustsat/cadical", features = [
2323
"v2-1-3",
2424
"pigeons",
2525
] }

cadical-veripb-tracer/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name = "cadical-veripb-tracer"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
6+
license = "MIT"
7+
description = "VeriPB proof tracer for CaDiCaL via RustSAT"
8+
repository = "https://github.com/chrjabs/scuttle"
59

610
[dependencies]
711
cfg-if.workspace = true

core/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name = "scuttle-core"
33
version = "0.4.0"
44
edition = "2021"
5+
authors = ["Christoph Jabs <christoph.jabs@helsinki.fi>"]
6+
license = "MIT"
7+
description = "Core library of the Scuttle MO-MaxSAT solver"
8+
repository = "https://github.com/chrjabs/scuttle"
59

610
[dependencies]
711
anyhow.workspace = true

rustsat

Submodule rustsat updated 95 files

0 commit comments

Comments
 (0)