소스 검색

Publish num 0.1.28

Josh Stone 9 년 전
부모
커밋
659c1a73c3
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      Cargo.toml
  2. 2 2
      num-macros/Cargo.toml

+ 1 - 1
Cargo.toml

@@ -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"

+ 2 - 2
num-macros/Cargo.toml

@@ -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" }