We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675f077 commit df8ac4dCopy full SHA for df8ac4d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "string_wizard"
3
-version = "0.0.20"
+version = "0.0.21"
4
edition = "2021"
5
license = "MIT"
6
description = "manipulate string like wizards"
@@ -11,7 +11,7 @@ description = "manipulate string like wizards"
11
index_vec = { version = "0.1.3" }
12
rustc-hash = { version = "1.1.0" }
13
once_cell = "1.18.0"
14
-oxc_sourcemap = { version = "~0.14.0" }
+oxc_sourcemap = { version = "~0.15.0" }
15
16
[features]
17
# Enable source map functionality
0 commit comments