Skip to content

Commit

Permalink
chore: publish serde_v8, bump version (denoland#9898)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Mar 26, 2021
1 parent f774cae commit 9f9db6a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -23,7 +23,7 @@ pin-project = "1.0.5"
rusty_v8 = "0.21.0"
serde = { version = "1.0.123", features = ["derive"] }
serde_json = { version = "1.0.62", features = ["preserve_order"] }
serde_v8 = { version = "0.0.0", path = "../serde_v8" }
serde_v8 = { version = "0.1.0", path = "../serde_v8" }
smallvec = "1.6.1"
url = { version = "2.2.0", features = ["serde"] }

Expand Down
9 changes: 6 additions & 3 deletions serde_v8/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
name = "serde_v8"
version = "0.0.0"
authors = ["Aaron O'Mullan <[email protected]>"]
version = "0.1.0"
authors = ["the Deno authors"]
edition = "2018"

description = "Rust to V8 serialization and deserialization"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"

[dependencies]
serde = { version = "1.0.123", features = ["derive"] }
Expand Down
2 changes: 2 additions & 0 deletions serde_v8/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# serde_v8

Author: Aaron O'Mullan <[email protected]>

Serde support for encoding/decoding (rusty_)v8 values.

Broadly `serde_v8` aims to provide an expressive but ~maximally efficient
Expand Down

0 comments on commit 9f9db6a

Please sign in to comment.