Skip to content

Commit

Permalink
0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Jan 24, 2025
1 parent 5250128 commit 020e4a6
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 = "deno_error"
version = "0.5.5"
version = "0.5.6"
description = "Error representation to JavaScript for deno"
homepage = "https://deno.land/"
repository = "https://github.com/denoland/deno_error"
Expand All @@ -13,7 +13,7 @@ license = "MIT"
members = ["macros"]

[dependencies]
deno_error_macro = { version = "=0.5.5", path = "macros" }
deno_error_macro = { version = "=0.5.6", path = "macros" }
libc = "0.2.126"

tokio = { version = "1", features = ["full"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_error_macro"
version = "0.5.5"
version = "0.5.6"
description = "Macro for writing Deno errors"
homepage = "https://deno.land/"
repository = "https://github.com/denoland/deno_error"
Expand Down

0 comments on commit 020e4a6

Please sign in to comment.