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