Skip to content

Commit

Permalink
Update cryptominisat dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ltentrup committed Feb 24, 2021
1 parent 356e3da commit 62ee769
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
run: |
sudo apt-get update -yqq
sudo apt-get install -yqq --no-install-recommends build-essential cmake xxd
rustup update
rustup component add clippy rustfmt
- name: Check format
run: cargo fmt --verbose -- --check
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Leander Tentrup <tentrup@react.uni-saarland.de>"]
edition = "2018"

[dependencies]
cryptominisat = { git = "https://github.com/ltentrup/cryptominisat-rs.git", rev = "d0c6eadb79547e3bc5078b228badfff16601a47f" }
cryptominisat = { git = "https://github.com/ltentrup/cryptominisat-rs.git", rev = "79380e6117fb83dfce7224fffcee992446577686" }
log = { version = "0.4.11", features = ["release_max_level_warn"] }
env_logger = "0.7.1"
bit-vec = "0.6.2"
Expand Down

0 comments on commit 62ee769

Please sign in to comment.