diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-03-26 03:51:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 08:51:38 +0100 |
commit | 9f9db6accdbd870054536ef8463f44884403ec47 (patch) | |
tree | 2912de87f0a87c649e2d465268e9c9db3ab89989 /core | |
parent | f774cae931d11af17f2168675dde6411b6c048c3 (diff) |
chore: publish serde_v8, bump version (#9898)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 1ab0f609f..f802fce14 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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"] } |