mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
v0.39.0
This commit is contained in:
parent
b12987ac81
commit
8b90dfd2f4
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -387,7 +387,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|||
|
||||
[[package]]
|
||||
name = "fractal"
|
||||
version = "0.38.0"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"ndk 0.3.0",
|
||||
"ndk-glue",
|
||||
|
@ -1185,7 +1185,7 @@ checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|||
|
||||
[[package]]
|
||||
name = "v8"
|
||||
version = "0.38.1"
|
||||
version = "0.39.0"
|
||||
dependencies = [
|
||||
"align-data",
|
||||
"bitflags",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "v8"
|
||||
version = "0.38.1"
|
||||
version = "0.39.0"
|
||||
description = "Rust bindings to V8"
|
||||
readme = "README.md"
|
||||
authors = ["the Deno authors"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "fractal"
|
||||
version = "0.38.0"
|
||||
version = "0.0.0"
|
||||
description = "rusty_v8 android example"
|
||||
authors = ["the Deno authors"]
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue