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]]
|
||||
name = "ablescript"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"logos",
|
||||
"rand",
|
||||
|
@ -12,7 +12,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ablescript_cli"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"ablescript",
|
||||
"clap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ablescript"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["able <abl3theabove@gmail.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ablescript_cli"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["able <abl3theabove@gmail.com>"]
|
||||
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
|
||||
|
||||
[dependencies]
|
||||
ablescript = { version = "0.2.0", path = "../ablescript" }
|
||||
ablescript = { version = "0.3.0", path = "../ablescript" }
|
||||
|
||||
clap = "3.1"
|
||||
rustyline = "9.1"
|
||||
|
|
Loading…
Reference in a new issue