Skip to content

Commit

Permalink
Switched dependency on rust-gmp to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartlomiej Kaminski committed Jul 6, 2015
1 parent daca322 commit 996ec51
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[package]

name = "rust-mpfr"
version = "0.1.0"
authors = [ "Bartłomiej Kamiński <[email protected]>" ]
Expand All @@ -8,13 +7,9 @@ license = "MIT"
repository = "https://github.com/fizyk20/rust-mpfr.git"

[lib]

name = "rust_mpfr"
crate-type = ["dylib"]

[dependencies]
libc = "0.1.8"

[dependencies.rust-gmp]
git = "https://github.com/fizyk20/rust-gmp.git"
branch = "master"
rust-gmp = "0.2.3"

0 comments on commit 996ec51

Please sign in to comment.