version bump

pull/7/head
ondra05 2022-04-12 14:17:20 +02:00
parent 2cdce8f77e
commit 95ecbdf4ce
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 3
[[package]] [[package]]
name = "ablescript" name = "ablescript"
version = "0.2.0" version = "0.3.0"
dependencies = [ dependencies = [
"logos", "logos",
"rand", "rand",
@ -12,7 +12,7 @@ dependencies = [
[[package]] [[package]]
name = "ablescript_cli" name = "ablescript_cli"
version = "0.2.0" version = "0.3.0"
dependencies = [ dependencies = [
"ablescript", "ablescript",
"clap", "clap",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ablescript" name = "ablescript"
version = "0.2.0" version = "0.3.0"
authors = ["able <abl3theabove@gmail.com>"] authors = ["able <abl3theabove@gmail.com>"]
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ablescript_cli" name = "ablescript_cli"
version = "0.2.0" version = "0.3.0"
authors = ["able <abl3theabove@gmail.com>"] authors = ["able <abl3theabove@gmail.com>"]
edition = "2021" edition = "2021"
@ -12,7 +12,7 @@ repository = "https://github.com/AbleCorp/able-script"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
ablescript = { version = "0.2.0", path = "../ablescript" } ablescript = { version = "0.3.0", path = "../ablescript" }
clap = "3.1" clap = "3.1"
rustyline = "9.1" rustyline = "9.1"