Skip to content

Commit 1c67bee

Browse files
committed
Bump version to 0.12.0
1 parent 33a6965 commit 1c67bee

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

Cargo.lock

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

boa/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "Boa"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["boa-dev"]
55
description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language."
66
repository = "https://github.com/boa-dev/boa"
@@ -21,7 +21,7 @@ vm = []
2121
console = []
2222

2323
[dependencies]
24-
boa_unicode = { path = "../boa_unicode", version = "0.11.0" }
24+
boa_unicode = { path = "../boa_unicode", version = "0.12.0" }
2525
gc = { version = "0.4.1", features = ["derive"] }
2626
serde = { version = "1.0.126", features = ["derive"] }
2727
serde_json = "1.0.64"

boa_tester/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "boa_tester"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["boa-dev"]
55
description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language."
66
repository = "https://github.com/boa-dev/boa"

boa_unicode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "boa_unicode"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["boa-dev"]
55
description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language."
66
repository = "https://github.com/boa-dev/boa"

boa_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "boa_wasm"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["boa-dev"]
55
description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language."
66
repository = "https://github.com/boa-dev/boa"

0 commit comments

Comments
 (0)