Skip to content

Commit

Permalink
release: v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Apr 24, 2024
1 parent b21a7ff commit 9fcfea8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-spellcheck"
version = "0.13.2"
version = "0.14.0"
authors = ["Bernhard Schuster <bernhard@ahoi.io>"]
edition = "2021"
rust-version = "1.76.0"
Expand Down Expand Up @@ -35,7 +35,7 @@ xz2 = "0.1"

[dependencies]

doc-chunks = { version = "0.0.6", path = "./doc-chunks" }
doc-chunks = { version = "0.1.0", path = "./doc-chunks" }

color-eyre = "0.6"
cargo_toml = "0.20"
Expand Down
2 changes: 1 addition & 1 deletion doc-chunks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "doc-chunks"
version = "0.0.6"
version = "0.1.0"
authors = ["Bernhard Schuster <bernhard@ahoi.io>"]
edition = "2021"
rust-version = "1.57.0"
Expand Down

0 comments on commit 9fcfea8

Please sign in to comment.