Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ubnt-intrepid committed Aug 28, 2016
1 parent 8e22572 commit c0b1520
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "gurobi"
version = "0.2.0"
version = "0.3.0"
authors = ["Yusuke Sasaki <y_sasaki@nuem.nagoya-u.ac.jp>"]
description = "An unofficial Rust API for Gurobi optimizer"
license = "MIT"
homepage = "https://github.com/ys-nuem/rust-gurobi"
repository = "https://github.com/ys-nuem/rust-gurobi.git"
documentation = "https://ys-nuem.github.io/rust-gurobi/v0.2.0/gurobi/index.html"
documentation = "https://ys-nuem.github.io/rust-gurobi/index.html"

[dependencies]
itertools = "0.4.18"

[dependencies.gurobi-sys]
path = "./gurobi-sys"
version = "0.1.4"
version = "0.3.0"
6 changes: 3 additions & 3 deletions gurobi-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "gurobi-sys"
version = "0.1.4"
version = "0.3.0"
authors = ["Yusuke Sasaki <y_sasaki@nuem.nagoya-u.ac.jp>"]
description = "Unofficial low-level FFI bindings for Gurobi C API"
description = "Low-level FFI bindings of Gurobi C API for Rust (unofficial)"
license = "MIT"
homepage = "https://github.com/ys-nuem/rust-gurobi/tree/master/gurobi-sys"
repository = "https://github.com/ys-nuem/rust-gurobi.git"
documentation = "https://ys-nuem.github.io/rust-gurobi/doc/gurobi_sys/index.html"

build = "build.rs"
2 changes: 1 addition & 1 deletion gurobi-sys/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rust-gurobi-sys
# gurobi-sys

Rust FFI declaration for Gurobi C API.

0 comments on commit c0b1520

Please sign in to comment.