Skip to content

Commit 2b03683

Browse files
fix(deps): update rust crate oxc_sourcemap to 0.27.0
1 parent 16ec5a5 commit 2b03683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "manipulate string like a wizard"
1010
[dependencies]
1111
index_vec = { version = "0.1.3" }
1212
rustc-hash = { version = "1.1.0" }
13-
oxc_sourcemap = { version = "0.25.0", optional = true}
13+
oxc_sourcemap = { version = "0.27.0", optional = true}
1414

1515
[features]
1616
# Enable source map functionality

0 commit comments

Comments
 (0)