Updated name of package and version
This commit is contained in:
parent
311214cc3c
commit
ebbde2214a
2 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -140,8 +140,8 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "bookmark-manager-rs"
|
||||
version = "0.1.0"
|
||||
name = "bookmarks"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bookmark-manager-rs"
|
||||
version = "0.1.0"
|
||||
name = "bookmarks"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue