Skip to content

Commit 49528a7

Browse files
committed
Prepare for 0.3
1 parent 7c21b57 commit 49528a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ categories = ["algorithms", "data-structures", "science", "no-std"]
88
license = "MIT/Apache-2.0"
99
name = "num-complex"
1010
repository = "https://github.com/rust-num/num-complex"
11-
version = "0.2.4"
11+
version = "0.3.0-pre"
1212
readme = "README.md"
1313
build = "build.rs"
1414
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
15+
publish = false
1516

1617
[package.metadata.docs.rs]
1718
features = ["std", "serde", "rand"]

0 commit comments

Comments
 (0)