Skip to content

Commit

Permalink
update list of crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 17, 2020
1 parent d22fd4a commit 07c423c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion post-release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

VERSION=$1
CRATES="linalg core nnef hir tensorflow onnx kaldi cli"
CRATES="linalg core nnef hir tensorflow pulse-opl pulse onnx-opl onnx kaldi cli"

if [ `uname` = "Darwin" ]
then
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CRATE=$1
VERSION=$2
CRATES="linalg core nnef hir tensorflow onnx kaldi cli"
CRATES="linalg core nnef hir tensorflow pulse-opl pulse onnx-opl onnx kaldi cli"

if [ `uname` = "Darwin" ]
then
Expand Down

0 comments on commit 07c423c

Please sign in to comment.