0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00
This commit is contained in:
Luca Casonato 2022-02-02 12:44:32 +01:00 committed by GitHub
parent b12987ac81
commit 8b90dfd2f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"]

View file

@ -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"