Skip to content

Commit

Permalink
Publish v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 3, 2024
1 parent 7f6048a commit 21d4a05
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 = "oxc-miette"
version = "1.0.1"
version = "1.0.2"
authors = ["Boshen", "Kat Marchán <[email protected]>"]
description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers."
categories = ["rust-patterns"]
Expand All @@ -22,7 +22,7 @@ unit-bindings = "warn"
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)', 'cfg(coverage_nightly)'] }

[dependencies]
oxc-miette-derive = { path = "miette-derive", version = "=1.0.1", optional = true }
oxc-miette-derive = { path = "miette-derive", version = "=1.0.2", optional = true }

# Relaxed version so the user can decide which version to use.
thiserror = "1"
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 = "oxc-miette-derive"
version = "1.0.1"
version = "1.0.2"
authors = ["Boshen", "Kat Marchán <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit 21d4a05

Please sign in to comment.