Skip to content

Commit

Permalink
v0.18 (#3719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams authored Mar 5, 2024
1 parent ef1e937 commit 48272fb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exclude = [

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

# Repo Crates
boa_ast = { version = "~0.17.0", path = "core/ast" }
boa_engine = { version = "~0.17.0", path = "core/engine" }
boa_gc = { version = "~0.17.0", path = "core/gc" }
boa_icu_provider = { version = "~0.17.0", path = "core/icu_provider" }
boa_interner = { version = "~0.17.0", path = "core/interner" }
boa_macros = { version = "~0.17.0", path = "core/macros" }
boa_parser = { version = "~0.17.0", path = "core/parser" }
boa_profiler = { version = "~0.17.0", path = "core/profiler" }
boa_runtime = { version = "~0.17.0", path = "core/runtime" }
boa_ast = { version = "~0.18.0", path = "core/ast" }
boa_engine = { version = "~0.18.0", path = "core/engine" }
boa_gc = { version = "~0.18.0", path = "core/gc" }
boa_icu_provider = { version = "~0.18.0", path = "core/icu_provider" }
boa_interner = { version = "~0.18.0", path = "core/interner" }
boa_macros = { version = "~0.18.0", path = "core/macros" }
boa_parser = { version = "~0.18.0", path = "core/parser" }
boa_profiler = { version = "~0.18.0", path = "core/profiler" }
boa_runtime = { version = "~0.18.0", path = "core/runtime" }

# Shared deps
arbitrary = "1"
Expand Down

0 comments on commit 48272fb

Please sign in to comment.