Skip to content

Commit

Permalink
release/v0.2.0+2.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Maroon502 committed Mar 21, 2023
1 parent 3029fc4 commit 82c48b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

0 comments on commit 82c48b5

Please sign in to comment.