File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,12 @@ exclude = ["nova_lint"]
55
66[workspace .package ]
77edition = " 2024"
8- version = " 0.2.1 "
8+ version = " 0.3.0 "
99license = " MPL-2.0"
1010homepage = " https://trynova.dev/"
1111repository = " https://github.com/trynova/nova/"
1212readme = " README.md"
13- keywords = [
14- " javascript" ,
15- " typescript" ,
16- " interpreter" ,
17- ]
13+ keywords = [" javascript" , " typescript" , " interpreter" ]
1814categories = [" development-tools" ]
1915authors = [" The Nova Team" ]
2016
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ keywords.workspace = true
1313categories = [" development-tools" , " command-line-utilities" ]
1414
1515[dependencies ]
16- clap = { workspace = true }
16+ clap = { workspace = true }
1717cliclack = { workspace = true }
1818ctrlc = { workspace = true }
1919console = { workspace = true }
20- nova_vm = { path = " ../nova_vm" , version = " 0.2 .0" }
20+ nova_vm = { path = " ../nova_vm" , version = " 0.3 .0" }
2121oxc_ast = { workspace = true }
2222oxc-miette = { workspace = true }
2323oxc_parser = { workspace = true }
You can’t perform that action at this time.
0 commit comments