diff --git a/Cargo.lock b/Cargo.lock index 831d4bd9482..3e8f91a8dc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,8 +1,10 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Boa" -version = "0.11.0" +version = "0.12.0" dependencies = [ "bitflags", "boa_unicode", @@ -93,7 +95,7 @@ dependencies = [ [[package]] name = "boa_tester" -version = "0.11.0" +version = "0.12.0" dependencies = [ "Boa", "bitflags", @@ -113,14 +115,14 @@ dependencies = [ [[package]] name = "boa_unicode" -version = "0.11.0" +version = "0.12.0" dependencies = [ "unicode-general-category", ] [[package]] name = "boa_wasm" -version = "0.11.0" +version = "0.12.0" dependencies = [ "Boa", "getrandom", diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 92396df2fc1..d1869d5bc92 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Boa" -version = "0.11.0" +version = "0.12.0" authors = ["boa-dev"] description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language." repository = "https://github.com/boa-dev/boa" @@ -21,7 +21,7 @@ vm = [] console = [] [dependencies] -boa_unicode = { path = "../boa_unicode", version = "0.11.0" } +boa_unicode = { path = "../boa_unicode", version = "0.12.0" } gc = { version = "0.4.1", features = ["derive"] } serde = { version = "1.0.126", features = ["derive"] } serde_json = "1.0.64" diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index ab15e6f309f..e51eb9ff7e9 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boa_tester" -version = "0.11.0" +version = "0.12.0" authors = ["boa-dev"] description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language." repository = "https://github.com/boa-dev/boa" diff --git a/boa_unicode/Cargo.toml b/boa_unicode/Cargo.toml index b93762809e5..8acbe720350 100644 --- a/boa_unicode/Cargo.toml +++ b/boa_unicode/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boa_unicode" -version = "0.11.0" +version = "0.12.0" authors = ["boa-dev"] description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language." repository = "https://github.com/boa-dev/boa" diff --git a/boa_wasm/Cargo.toml b/boa_wasm/Cargo.toml index 49dc0c84677..e664209878f 100644 --- a/boa_wasm/Cargo.toml +++ b/boa_wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boa_wasm" -version = "0.11.0" +version = "0.12.0" authors = ["boa-dev"] description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language." repository = "https://github.com/boa-dev/boa"