File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
- name = " ndarray "
4
- version = " 0.0.1 "
3
+ name = " rendarray "
4
+ version = " 0.1.0 "
5
5
authors = [" bluss" ]
6
6
repository = " https://github.com/bluss/rust-ndarray"
7
7
documentation = " http://bluss.github.io/rust-ndarray/"
8
8
9
+ [lib ]
10
+ name = " ndarray"
11
+
9
12
[dependencies .num ]
10
13
version = " 0.1"
11
14
features = [" complex" ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ docs: mkdocs subst $(RMDOCS)
12
12
# https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html
13
13
$(VERSIONS ) : Cargo.toml
14
14
mkdir -p $(@D )
15
- cargo pkgid $( @F ) | sed -e " s/.*#\(\|.*:\)//" > " $@ "
15
+ cargo pkgid rendarray | sed -e " s/.*#\(\|.*:\)//" > " $@ "
16
16
17
17
$(DOCCRATES ) : % : target/VERS/%
18
18
# Put in the crate version into the docs
You can’t perform that action at this time.
0 commit comments