Skip to content

Commit 48272fb

Browse files
v0.18 (#3719)
1 parent ef1e937 commit 48272fb

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exclude = [
2828

2929
[workspace.package]
3030
edition = "2021"
31-
version = "0.17.0"
31+
version = "0.18.0"
3232
rust-version = "1.74.0"
3333
authors = ["boa-dev"]
3434
repository = "https://github.com/boa-dev/boa"
@@ -38,15 +38,15 @@ description = "Boa is a Javascript lexer, parser and compiler written in Rust. C
3838
[workspace.dependencies]
3939

4040
# Repo Crates
41-
boa_ast = { version = "~0.17.0", path = "core/ast" }
42-
boa_engine = { version = "~0.17.0", path = "core/engine" }
43-
boa_gc = { version = "~0.17.0", path = "core/gc" }
44-
boa_icu_provider = { version = "~0.17.0", path = "core/icu_provider" }
45-
boa_interner = { version = "~0.17.0", path = "core/interner" }
46-
boa_macros = { version = "~0.17.0", path = "core/macros" }
47-
boa_parser = { version = "~0.17.0", path = "core/parser" }
48-
boa_profiler = { version = "~0.17.0", path = "core/profiler" }
49-
boa_runtime = { version = "~0.17.0", path = "core/runtime" }
41+
boa_ast = { version = "~0.18.0", path = "core/ast" }
42+
boa_engine = { version = "~0.18.0", path = "core/engine" }
43+
boa_gc = { version = "~0.18.0", path = "core/gc" }
44+
boa_icu_provider = { version = "~0.18.0", path = "core/icu_provider" }
45+
boa_interner = { version = "~0.18.0", path = "core/interner" }
46+
boa_macros = { version = "~0.18.0", path = "core/macros" }
47+
boa_parser = { version = "~0.18.0", path = "core/parser" }
48+
boa_profiler = { version = "~0.18.0", path = "core/profiler" }
49+
boa_runtime = { version = "~0.18.0", path = "core/runtime" }
5050

5151
# Shared deps
5252
arbitrary = "1"

0 commit comments

Comments
 (0)