Merge branch 'feature/carts' of github.com:AbleCorp/able-script into feature/carts

This commit is contained in:
Alex Bethel 2021-07-29 13:30:11 -05:00
commit d1e0393681
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -4,7 +4,7 @@ version = 3
[[package]] [[package]]
name = "able-script" name = "able-script"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"clap", "clap",
"logos", "logos",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "able-script" name = "able-script"
version = "0.1.0" version = "0.2.0"
authors = ["able <abl3theabove@gmail.com>"] authors = ["able <abl3theabove@gmail.com>"]
edition = "2018" edition = "2018"