Publish num 0.1.28

This commit is contained in:
Josh Stone 2015-11-21 17:00:15 -08:00
parent 7fa80f7786
commit 659c1a73c3
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "num"
version = "0.1.27"
version = "0.1.28"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-num/num"

View File

@ -1,6 +1,6 @@
[package]
name = "num-macros"
version = "0.1.27"
version = "0.1.28"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-num/num"
@ -16,4 +16,4 @@ name = "num_macros"
plugin = true
[dev-dependencies]
num = { path = "..", version = "*" }
num = { path = "..", version = "0.1" }