forked from AbleScript/ablescript
version bump
This commit is contained in:
parent
afac0cdac7
commit
6720ecc534
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue