Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Oct 27, 2024
1 parent b8d4c06 commit 76e1f32
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.0"
version = "1.0.1"
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 @@ -23,7 +23,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)', 'cfg(coverage_

[dependencies]
thiserror = "1.0.65"
oxc-miette-derive = { path = "miette-derive", version = "=1.0.0", optional = true }
oxc-miette-derive = { path = "miette-derive", version = "=1.0.1", optional = true }
unicode-width = "0.2.0"
cfg-if = "1.0.0"

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.0"
version = "1.0.1"
authors = ["Boshen", "Kat Marchán <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit 76e1f32

Please sign in to comment.