Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored Aug 9, 2021
1 parent 57ce430 commit 9e2aa3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
~/.cargo/registry
~/.cargo/git
target/
key: cache3-${{ runner.os }}-${{ github.sha }}
restore-keys: cache3-${{ runner.os }}-
key: cache4-${{ runner.os }}-${{ github.sha }}
restore-keys: cache4-${{ runner.os }}-

- name: Environment
run: |
Expand Down
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
[package]
name = "serde_v8"
version = "0.8.0"
version = "0.9.0"
authors = ["the Deno authors"]
edition = "2018"
description = "Rust to V8 serialization and deserialization"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/denoland/deno"

[dependencies]
serde = { version = "1.0.125", features = ["derive"] }
rusty_v8 = "0.25.1"
rusty_v8 = "0.26.0"

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

0 comments on commit 9e2aa3c

Please sign in to comment.