Skip to content

Commit

Permalink
Bumped version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Oct 22, 2023
1 parent 17b2b1c commit aac1cf0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
28 changes: 14 additions & 14 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 @@ -19,7 +19,7 @@ members = [

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

# Repo Crates
boa_ast = { version = "0.17.4", path = "boa_ast" }
boa_engine = { version = "0.17.4", path = "boa_engine" }
boa_gc = { version = "0.17.4", path = "boa_gc" }
boa_icu_provider = { version = "0.17.4", path = "boa_icu_provider" }
boa_interner = { version = "0.17.4", path = "boa_interner" }
boa_macros = { version = "0.17.4", path = "boa_macros" }
boa_parser = { version = "0.17.4", path = "boa_parser" }
boa_profiler = { version = "0.17.4", path = "boa_profiler" }
boa_runtime = { version = "0.17.4", path = "boa_runtime" }
boa_ast = { version = "~0.18.0", path = "boa_ast" }
boa_engine = { version = "~0.18.0", path = "boa_engine" }
boa_gc = { version = "~0.18.0", path = "boa_gc" }
boa_icu_provider = { version = "~0.18.0", path = "boa_icu_provider" }
boa_interner = { version = "~0.18.0", path = "boa_interner" }
boa_macros = { version = "~0.18.0", path = "boa_macros" }
boa_parser = { version = "~0.18.0", path = "boa_parser" }
boa_profiler = { version = "~0.18.0", path = "boa_profiler" }
boa_runtime = { version = "~0.18.0", path = "boa_runtime" }

# Shared deps
arbitrary = "1"
Expand Down

0 comments on commit aac1cf0

Please sign in to comment.