Skip to content

Commit df8ac4d

Browse files
committed
chore: bump oxc
1 parent 675f077 commit df8ac4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "string_wizard"
3-
version = "0.0.20"
3+
version = "0.0.21"
44
edition = "2021"
55
license = "MIT"
66
description = "manipulate string like wizards"
@@ -11,7 +11,7 @@ description = "manipulate string like wizards"
1111
index_vec = { version = "0.1.3" }
1212
rustc-hash = { version = "1.1.0" }
1313
once_cell = "1.18.0"
14-
oxc_sourcemap = { version = "~0.14.0" }
14+
oxc_sourcemap = { version = "~0.15.0" }
1515

1616
[features]
1717
# Enable source map functionality

0 commit comments

Comments
 (0)