Skip to content

Commit

Permalink
chore: upgrade rusty_v8 to 0.54.0 (denoland#16368)
Browse files Browse the repository at this point in the history
<!--
Before submitting a PR, please read http://deno.land/manual/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix denoland#7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
-->
  • Loading branch information
bartlomieju authored Oct 20, 2022
1 parent 5e90592 commit 3a8c685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_v8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ derive_more = "0.99.17"
serde = { version = "1.0.136", features = ["derive"] }
serde_bytes = "0.11"
smallvec = { version = "1.8", features = ["union"] }
v8 = { version = "0.53.1", default-features = false }
v8 = { version = "0.54.0", default-features = false }

[dev-dependencies]
bencher = "0.1"
Expand Down

0 comments on commit 3a8c685

Please sign in to comment.