Skip to content

Commit

Permalink
tighterror: bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
r-bk committed Aug 31, 2024
1 parent eb9df3e commit 378835b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tighterror"
version = "0.0.21"
version = "0.0.22"
authors = ["Rafael Buchbinder <rafi@rbk.io>"]
edition = "2021"
description = "A minimalistic error representation framework."
Expand Down
4 changes: 2 additions & 2 deletions crates/cargo-tighterror/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-tighterror"
version = "0.0.21"
version = "0.0.22"
authors = ["Rafael Buchbinder <rafi@rbk.io>"]
edition = "2021"
description = "The cargo plugin of the tighterror framework."
Expand All @@ -18,7 +18,7 @@ repository = "https://github.com/r-bk/tighterror"
clap = { version = "4.4", features = ["derive"] }
log = "0.4"
pretty_env_logger = "0.5"
tighterror-build = { version = "0.0.21", path = "../tighterror-build" }
tighterror-build = { version = "0.0.22", path = "../tighterror-build" }

[package.metadata.docs.rs]
all-features = true
Expand Down
4 changes: 2 additions & 2 deletions crates/tighterror-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tighterror-build"
version = "0.0.21"
version = "0.0.22"
authors = ["Rafael Buchbinder <rafi@rbk.io>"]
edition = "2021"
description = "The tighterror code generation library."
Expand All @@ -26,7 +26,7 @@ serde = "1"
serde_yaml = { version = "0.9", optional = true }
syn = { version = "2.0", default-features = false, features = ["parsing"] }
tempfile = "3.10.0"
tighterror = { path = "../..", version = "0.0.21" }
tighterror = { path = "../..", version = "0.0.22" }
toml = { version = "0.8", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 378835b

Please sign in to comment.