mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 18:10:56 -05:00
fix(varcon): Name of crate was wrong
This commit is contained in:
parent
7f983992bd
commit
94bc42eb07
2 changed files with 8 additions and 8 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -1091,6 +1091,13 @@ version = "0.2.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "varcon"
|
||||||
|
version = "0.2.1"
|
||||||
|
dependencies = [
|
||||||
|
"enumflags2",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "varcon-codegen"
|
name = "varcon-codegen"
|
||||||
version = "1.0.2"
|
version = "1.0.2"
|
||||||
|
@ -1100,13 +1107,6 @@ dependencies = [
|
||||||
"varcon-parser",
|
"varcon-parser",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "varcon-dict"
|
|
||||||
version = "0.2.1"
|
|
||||||
dependencies = [
|
|
||||||
"enumflags2",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "varcon-parser"
|
name = "varcon-parser"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "varcon-dict"
|
name = "varcon"
|
||||||
version = "0.2.1"
|
version = "0.2.1"
|
||||||
authors = ["Ed Page <eopage@gmail.com>"]
|
authors = ["Ed Page <eopage@gmail.com>"]
|
||||||
description = "Source Code Spelling Correction"
|
description = "Source Code Spelling Correction"
|
||||||
|
|
Loading…
Reference in a new issue