mirror of
https://github.com/zyllian/pupdate.git
synced 2025-01-30 06:23:04 -08:00
bump version
This commit is contained in:
parent
58aab0eb08
commit
c1da19e352
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -424,7 +424,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pupdate"
|
name = "pupdate"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"directories",
|
"directories",
|
||||||
|
|
|
@ -6,7 +6,7 @@ license = "WTFPL"
|
||||||
name = "pupdate"
|
name = "pupdate"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/zyllian/pupdate"
|
repository = "https://github.com/zyllian/pupdate"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = {version = "4", features = ["derive"]}
|
clap = {version = "4", features = ["derive"]}
|
||||||
|
|
Loading…
Add table
Reference in a new issue