Skip to content

Commit

Permalink
chore: Upgrade to snapbox 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 28, 2024
1 parent 6f2c324 commit 49b5ca5
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 28 deletions.
29 changes: 8 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/codespell-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ unicase = "2.7"
itertools = "0.12"
codegenrs = "3.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = "0.5.14"
snapbox = "0.6.5"
typos = { path = "../typos" }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/misspell-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ itertools = "0.12"
codegenrs = "3.0"
regex = "1"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = "0.5.14"
snapbox = "0.6.5"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/typos-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ encoding_rs = "0.8.34"
[dev-dependencies]
assert_fs = "1.1"
divan = "0.1.14"
snapbox = "0.5.14"
snapbox = "0.6.5"
trycmd = "0.15.4"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ unicase = "2.7"
codegenrs = "3.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
varcon = { version = "^0.7", path = "../varcon" }
snapbox = "0.5.14"
snapbox = "0.6.5"
indexmap = "2.2.6"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion crates/typos-vars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ unicase = "2.7"
codegenrs = "3.0"
itertools = "0.12"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = "0.5.14"
snapbox = "0.6.5"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/varcon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ varcon-core = { version = "^4.0", path = "../varcon-core" }
[dev-dependencies]
codegenrs = "3.0"
varcon-core = { version = "^4.0", path = "../varcon-core", features = ["parser"] }
snapbox = "0.5.14"
snapbox = "0.6.5"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/wikipedia-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ unicase = "2.7"
itertools = "0.12"
codegenrs = "3.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = "0.5.14"
snapbox = "0.6.5"

[lints]
workspace = true

0 comments on commit 49b5ca5

Please sign in to comment.