Skip to content

Commit c6d2694

Browse files
authored
Merge pull request #477 from dev-five-git/update-cargo
Update rust
2 parents d9d7cdf + 4ffc5ae commit c6d2694

File tree

3 files changed

+65
-51
lines changed

3 files changed

+65
-51
lines changed

.changeset/some-clocks-sit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@devup-ui/wasm': patch
3+
---
4+
5+
Update rust

Cargo.lock

Lines changed: 53 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/extractor/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
oxc_parser = "0.95.0"
8-
oxc_syntax = "0.95.0"
9-
oxc_span = "0.95.0"
10-
oxc_allocator = "0.95.0"
11-
oxc_ast = "0.95.0"
12-
oxc_ast_visit = "0.95.0"
13-
oxc_codegen = "0.95.0"
7+
oxc_parser = "0.96.0"
8+
oxc_syntax = "0.96.0"
9+
oxc_span = "0.96.0"
10+
oxc_allocator = "0.96.0"
11+
oxc_ast = "0.96.0"
12+
oxc_ast_visit = "0.96.0"
13+
oxc_codegen = "0.96.0"
1414
css = { path = "../css" }
1515
phf = "0.13"
1616
strum = "0.27.2"

0 commit comments

Comments
 (0)