Skip to content

Commit 3995745

Browse files
author
Ed Page
committed
chore: Release
1 parent bd135c4 commit 3995745

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ codecov = { repository = "crate-ci/typos" }
4949

5050
[dependencies]
5151
typos = { version = "^0.5", path = "crates/typos" }
52-
varcon-core = { version = "1.1.0", path = "crates/varcon-core" }
52+
varcon-core = { version = "^2.0.0", path = "crates/varcon-core" }
5353
typos-dict = { version = "^0.4", path = "crates/typos-dict", optional = true }
5454
typos-vars = { version = "^0.4", path = "crates/typos-vars", optional = true }
5555
phf = { version = "0.8", features = ["unicase"] }

crates/typos-vars/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ codecov = { repository = "crate-ci/typos" }
1818
phf = { version = "0.8", features = ["unicase"] }
1919
unicase = "2.5"
2020
log = "0.4"
21-
varcon-core = { version = "1.0", path = "../varcon-core", features = ["flags"] }
21+
varcon-core = { version = "^2.0", path = "../varcon-core", features = ["flags"] }

crates/typos-vars/codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ codecov = { repository = "crate-ci/typos" }
1818
phf = { version = "0.8", features = ["unicase"] }
1919
phf_codegen = "0.8"
2020
varcon = { version = "^0.4", path = "../../varcon", features = ["flags"] }
21-
varcon-core = { version = "1.0", path = "../../varcon-core", features = ["flags"] }
21+
varcon-core = { version = "^2.0", path = "../../varcon-core", features = ["flags"] }
2222
typos = { version = "^0.5", path = "../../typos" }
2323
unicase = "2.5"
2424
codegenrs = "1.0"

crates/varcon-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "varcon-core"
3-
version = "1.2.0"
3+
version = "2.0.0"
44
authors = ["Ed Page <[email protected]>"]
55
description = "Varcon-relevant data structures"
66
repository = "https://github.com/crate-ci/typos"

crates/varcon/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ all = ["flags"]
2020
flags = ["varcon-core/flags"]
2121

2222
[dependencies]
23-
varcon-core = { version = "1.0", path = "../varcon-core" }
23+
varcon-core = { version = "^2.0", path = "../varcon-core" }

crates/varcon/codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ codecov = { repository = "crate-ci/typos" }
1717
[dependencies]
1818
codegenrs = "1.0"
1919
structopt = "0.3"
20-
varcon-core = { version = "1.0", path = "../../varcon-core", features = ["parser"] }
20+
varcon-core = { version = "^2.0", path = "../../varcon-core", features = ["parser"] }

0 commit comments

Comments
 (0)