Update version
This commit is contained in:
parent
d329b145a0
commit
4bcff4fee1
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -215,7 +215,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toke-runner"
|
name = "toke-runner"
|
||||||
version = "0.1.0"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"regex",
|
"regex",
|
||||||
|
|
|
@ -5,7 +5,7 @@ repository = "https://github.com/afonsofrancof/toke"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["cli", "toml", "command", "runner", "toke"]
|
keywords = ["cli", "toml", "command", "runner", "toke"]
|
||||||
categories = ["command-line-utilities", "development-tools"]
|
categories = ["command-line-utilities", "development-tools"]
|
||||||
version = "0.1.0"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue