From dc363394336a7a5604781f171e9d7cb93f6e395b Mon Sep 17 00:00:00 2001 From: Guillaume Pinot Date: Fri, 10 Sep 2021 20:42:03 +0200 Subject: [PATCH] v0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c38120b..96391ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cp_sat" -version = "0.1.2" +version = "0.1.3" edition = "2018" description = "Rust bindings to the Google CP-SAT constraint programming solver." documentation = "https://docs.rs/cp_sat"