build: Fix dependencies in manifest
Some checks reported errors
continuous-integration/drone/tag Build encountered an error
Some checks reported errors
continuous-integration/drone/tag Build encountered an error
This commit is contained in:
parent
0e8c3a4b52
commit
bbe70d60c0
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -66,7 +66,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dental-notation"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a3c00b2dc40e4c58d6bce550f3c415454be6fbc4b79024918cb40931828c88fb"
|
||||
dependencies = [
|
||||
"owo-colors",
|
||||
]
|
||||
|
@ -8,4 +8,4 @@ categories = ["parsing", "command-line-utilities"]
|
||||
|
||||
[dependencies]
|
||||
clap = {version = "3.2.5", features = [ "derive" ] }
|
||||
dental-notation = { path = ".." }
|
||||
dental-notation = "1.0.0"
|
Loading…
Reference in New Issue
Block a user