Skip to content

Commit

Permalink
Merge pull request #116 from JuliaOpt/bl/project
Browse files Browse the repository at this point in the history
Transition from REQUIRE to Project.toml
  • Loading branch information
blegat authored Jul 1, 2019
2 parents 34dde2d + bf8325e commit 5956e45
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Manifest.toml
24 changes: 24 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "Cbc"
uuid = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
repo = "https://github.com/JuliaOpt/Cbc.jl.git"
version = "0.6.0"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
BinaryProvider = "0.5.3"
MathOptInterface = "0.8.2"
MathProgBase = "~0.5.5, ~0.6, ~0.7"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
4 changes: 0 additions & 4 deletions REQUIRE

This file was deleted.

0 comments on commit 5956e45

Please sign in to comment.