Skip to content

Commit 090e99c

Browse files
committedOct 29, 2021
use json encoding in release
Signed-off-by: xixi <i@hexilee.me>
1 parent 89d5733 commit 090e99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build:
22
cargo build
33
release:
4-
cargo build --features "binc" --release
4+
cargo build --release
55
install: release
66
sh ./install.sh
77
fmt:

0 commit comments

Comments
 (0)
Please sign in to comment.