Skip to content

Commit c02049b

Browse files
committed
Rename package to rendarray
1 parent 91010b5 commit c02049b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
[package]
22

3-
name = "ndarray"
4-
version = "0.0.1"
3+
name = "rendarray"
4+
version = "0.1.0"
55
authors = ["bluss"]
66
repository = "https://github.com/bluss/rust-ndarray"
77
documentation = "http://bluss.github.io/rust-ndarray/"
88

9+
[lib]
10+
name = "ndarray"
11+
912
[dependencies.num]
1013
version = "0.1"
1114
features = ["complex"]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ docs: mkdocs subst $(RMDOCS)
1212
# https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html
1313
$(VERSIONS): Cargo.toml
1414
mkdir -p $(@D)
15-
cargo pkgid $(@F) | sed -e "s/.*#\(\|.*:\)//" > "$@"
15+
cargo pkgid rendarray | sed -e "s/.*#\(\|.*:\)//" > "$@"
1616

1717
$(DOCCRATES): %: target/VERS/%
1818
# Put in the crate version into the docs

0 commit comments

Comments
 (0)