Merge pull request #149 from sagiegurari/0.7.1

Checked in Cargo.lock to help linux distributions package the duckscr…
This commit is contained in:
Sagie Gur-Ari 2020-12-13 20:57:20 +02:00 committed by GitHub
commit e028fd49c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"