Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Feb 23, 2024
1 parent 88497d0 commit 6b90303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustsat = { version = "0.4", path = "../rustsat/rustsat", features = ["multiopt", "internals"] }
rustsat = { version = "0.4.3", path = "../rustsat/rustsat", features = ["multiopt", "internals"] }
rustsat-cadical = { optional = true, version = "0.2", path = "../rustsat/cadical", features = ["v1-7-2"] }
maxpre = { version = "0.2", path = "../maxpre-rs", optional = true, features = ["multiopt"] }
cpu-time = { optional = true, version = "1.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "MIT"
description = "Procedural macros for scuttle. This crate is not intended to be used outside of scuttle."
keywords = ["solver", "multi-objective", "maxsat"]
repository = "https://github.com/chrjabs/scuttle"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

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

0 comments on commit 6b90303

Please sign in to comment.