Skip to content

Commit

Permalink
upgrade serde_v8 and rusty_v8 (denoland#12175)
Browse files Browse the repository at this point in the history
* upgrade serde_v8 and rusty_v8

* rusty_v8 0.30.0

* cycle keys
  • Loading branch information
ry committed Sep 22, 2021
1 parent 5c5f4ea commit 958b374
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
~/.cargo/registry/index
~/.cargo/registry/cache
~/.cargo/git/db
key: h-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
key: j-cargo-home-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}

# In main branch, always creates fresh cache
- name: Cache build output (main)
Expand All @@ -275,7 +275,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: |
h-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }}
j-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ github.sha }}
# Restore cache from the latest 'main' branch build.
- name: Cache build output (PR)
Expand All @@ -291,7 +291,7 @@ jobs:
!./target/*/*.tar.gz
key: never_saved
restore-keys: |
h-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-
j-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-
# Don't save cache after building PRs or branches other than 'main'.
- name: Skip save cache (PR)
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ lazy_static = "1.4.0"
log = "0.4.14"
parking_lot = "0.11.1"
pin-project = "1.0.7"
rusty_v8 = "0.28.0"
rusty_v8 = "0.30.0"
serde = { version = "1.0.129", features = ["derive"] }
serde_json = { version = "1.0.66", features = ["preserve_order"] }
serde_v8 = { version = "0.11.0" }
serde_v8 = "0.13.0"
url = { version = "2.2.2", features = ["serde"] }

[[example]]
Expand Down

0 comments on commit 958b374

Please sign in to comment.