Skip to content

Commit 6b90303

Browse files
committedFeb 23, 2024
release
1 parent 88497d0 commit 6b90303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
rustsat = { version = "0.4", path = "../rustsat/rustsat", features = ["multiopt", "internals"] }
15+
rustsat = { version = "0.4.3", path = "../rustsat/rustsat", features = ["multiopt", "internals"] }
1616
rustsat-cadical = { optional = true, version = "0.2", path = "../rustsat/cadical", features = ["v1-7-2"] }
1717
maxpre = { version = "0.2", path = "../maxpre-rs", optional = true, features = ["multiopt"] }
1818
cpu-time = { optional = true, version = "1.0.0" }

‎proc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT"
55
description = "Procedural macros for scuttle. This crate is not intended to be used outside of scuttle."
66
keywords = ["solver", "multi-objective", "maxsat"]
77
repository = "https://github.com/chrjabs/scuttle"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
edition = "2021"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)