Checked in Cargo.lock to help linux distributions package the duckscript CLI #146

This commit is contained in:
sagie gur ari 2020-12-06 10:22:03 +00:00
parent 6a09c91bab
commit 67fd69aa57
4 changed files with 1120 additions and 2 deletions

1
.gitignore vendored
View File

@ -3,7 +3,6 @@
/target
temp/
**/*.rs.bk
Cargo.lock
**/*.log
dump.rdb
/rs*.sh

View File

@ -1,5 +1,9 @@
## CHANGELOG
### v0.7.1
* Checked in Cargo.lock to help linux distributions package the duckscript CLI #146
### v0.7.0 (2020-11-26)
* Runtime - \[Breaking Change\] Break with an error if exit code with non zero value #144

1115
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package]
name = "duckscript_cli"
version = "0.7.0"
version = "0.7.1"
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
description = "The duckscript command line executable."
license = "Apache-2.0"