Skip to content

Commit

Permalink
(cargo-release) version 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Oct 28, 2022
1 parent a0eed0e commit fc68191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = ["images/", "tests/", "miette-derive/"]

[dependencies]
thiserror = "1.0.26"
miette-derive = { path = "miette-derive", version = "=5.4.1-alpha.0"}
miette-derive = { path = "miette-derive", version = "=5.4.1"}
once_cell = "1.8.0"
unicode-width = "0.1.9"

Expand Down
2 changes: 1 addition & 1 deletion miette-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miette-derive"
version = "5.4.1-alpha.0"
version = "5.4.1"
authors = ["Kat Marchán <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit fc68191

Please sign in to comment.