Skip to content

Commit

Permalink
upgrade: rusty_v8 0.22.1 (V8 9.1.269.5) (denoland#10159)
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Apr 13, 2021
1 parent b9f758d commit 36f1473
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ jobs:
~/.cargo/registry
./target
key:
a-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
b-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
restore-keys: |
a-${{ matrix.os }}-${{ matrix.kind }}-
b-${{ matrix.os }}-${{ matrix.kind }}-
- name: Apply and update mtime cache
uses: ./.github/mtime_cache
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lazy_static = "1.4.0"
libc = "0.2.93"
log = "0.4.14"
pin-project = "1.0.6"
rusty_v8 = "0.22.0"
rusty_v8 = "0.22.1"
serde = { version = "1.0.125", features = ["derive"] }
serde_json = { version = "1.0.64", features = ["preserve_order"] }
serde_v8 = { version = "0.1.0", path = "../serde_v8" }
Expand Down
2 changes: 1 addition & 1 deletion serde_v8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/denoland/deno"

[dependencies]
serde = { version = "1.0.125", features = ["derive"] }
rusty_v8 = "0.22.0"
rusty_v8 = "0.22.1"

[dev-dependencies]
serde_json = "1.0.64"
Expand Down

0 comments on commit 36f1473

Please sign in to comment.