Skip to content

Commit

Permalink
chore: bump oxc
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Jun 19, 2024
1 parent 675f077 commit df8ac4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "string_wizard"
version = "0.0.20"
version = "0.0.21"
edition = "2021"
license = "MIT"
description = "manipulate string like wizards"
Expand All @@ -11,7 +11,7 @@ description = "manipulate string like wizards"
index_vec = { version = "0.1.3" }
rustc-hash = { version = "1.1.0" }
once_cell = "1.18.0"
oxc_sourcemap = { version = "~0.14.0" }
oxc_sourcemap = { version = "~0.15.0" }

[features]
# Enable source map functionality
Expand Down

0 comments on commit df8ac4d

Please sign in to comment.