From 82c48b5a2b4a47d10f2e7f17bf54a81283da91a6 Mon Sep 17 00:00:00 2001 From: Maroon502 Date: Tue, 21 Mar 2023 22:18:45 +0800 Subject: [PATCH] release/v0.2.0+2.11.6 --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ee33ea9..3837a4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "coinutils-src" -version = "0.1.1+2.11.6" +version = "0.2.0+2.11.6" edition = "2021" build = "build.rs" links = "CoinUtils" license = "Apache-2.0" description = "The low-level bindings to the COIN-OR CoinUtils library." +documentation = "https://docs.rs/coinutils-src/" repository = "https://github.com/Maroon502/coinutils-src.git" keywords = ["coin-or", "CoinUtils", "CoinUtils-src"] readme = "README.md" @@ -27,4 +28,4 @@ default = [] [build-dependencies] cc = "1.0" -coin-build-tools = { git = "https://github.com/Maroon502/coin-build-tools.git" } +coin-build-tools = "0.2"