Skip to content

Commit

Permalink
bump version to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Jul 7, 2023
1 parent 7a46223 commit 7f42327
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "splr"
version = "0.17.1-RC1"
version = "0.17.1"
authors = ["Narazaki Shuji <shujinarazaki@protonmail.com>"]
description = "A modern CDCL SAT solver in Rust"
edition = "2021"
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
stdenv.mkDerivation rec {
name = "splr-${version}";
pname = "splr";
version = "0.17.0-20230130";
version = "0.17.1-20230707";
src = self;
buildInputs = [ cargo libiconv rustc binutils ];
buildPhase = "cargo build --release";
Expand Down

0 comments on commit 7f42327

Please sign in to comment.