Skip to content

Commit 4c5fe06

Browse files
fix(deps): update rust crate oxc_sourcemap to ~0.14.0 (#18)
1 parent 41a8c26 commit 4c5fe06

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
@@ -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.13" }
14+
oxc_sourcemap = { version = "~0.14.0" }
1515

1616
[features]
1717
# Enable source map functionality

0 commit comments

Comments
 (0)