Fix Cargo.toml for publication

This commit is contained in:
Demi M. Obenour 2019-01-10 12:48:09 -05:00
parent 1016cb998a
commit e653a31953
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ edition = "2018"
[dependencies]
num-traits = "0.2"
rust-gmp = { path = "../rust-gmp" }
rust-gmp = { path = "../rust-gmp", version = "0.5.1" }
libc = "0.2"
[dev-dependencies]

View File

@ -1,7 +1,7 @@
[package]
name = "rust-gmp"
version = "0.5.0"
authors = [ "thestinger <danielmicay@gmail.com>", "Bartłomiej Kamiński <fizyk20@gmail.com>" ]
version = "0.5.1"
authors = [ "thestinger <danielmicay@gmail.com>", "Bartłomiej Kamiński <fizyk20@gmail.com>", "Demi M. Obenour <demiobenour@gmail.com>" ]
description = "Rust bindings for GMP"
repository = "https://github.com/fizyk20/rust-gmp"
documentation = "https://docs.rs/rust-gmp"