mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -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"
|
||||
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
||||
|
||||
[[package]]
|
||||
name = "varcon"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"enumflags2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "varcon-codegen"
|
||||
version = "1.0.2"
|
||||
|
@ -1100,13 +1107,6 @@ dependencies = [
|
|||
"varcon-parser",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "varcon-dict"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"enumflags2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "varcon-parser"
|
||||
version = "1.0.0"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "varcon-dict"
|
||||
name = "varcon"
|
||||
version = "0.2.1"
|
||||
authors = ["Ed Page <eopage@gmail.com>"]
|
||||
description = "Source Code Spelling Correction"
|
||||
|
|
Loading…
Reference in a new issue