From bcf658c815fa56190f35f75fc2b34426021053fb Mon Sep 17 00:00:00 2001 From: Guillaume Pinot Date: Fri, 10 Sep 2021 12:17:04 +0200 Subject: [PATCH] v0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98091d3..d854faa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cp_sat" -version = "0.1.1" +version = "0.1.2" edition = "2018" description = "Rust bindings to the Google CP-SAT constraint programming solver." documentation = "https://docs.rs/cp_sat"