7
0
forked from pool/rusty_v8
2021-07-04 01:08:40 +00:00
committed by Git OBS Bridge
parent 782c2b0d1f
commit 607e764ec8
6 changed files with 25 additions and 8 deletions

View File

@@ -2,8 +2,8 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/denoland/rusty_v8</param>
<param name="scm">git</param>
<param name="revision">f85508868ebb9477fe57ff9cb352c43e29a5cf7d</param>
<param name="version">0.22.3</param>
<param name="revision">v0.25.1</param>
<param name="version">0.25.1</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>

BIN
rusty_v8-0.22.3.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
rusty_v8-0.25.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Jul 4 01:00:25 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.25.1
* exclude ICU data files for unsupported platforms from crate
- update to 0.25.0
* include ICU data file in crate
* add Isolate::has_pending_background_tasks
- includes 0.24.0
* support for Platform::pump_message_loop and Platform::run_idle_tasks (#706)
* feat: various FunctionTemplate::*() methods (#718)
- includes 0.23.0 changes since last checkin
* fix: pass serializer helpers as mut refs (#712)
* Upgrade V8 to 9.2.230.12 (#709)
* Enable v8's siphash for hash seed creation (#707)
* add missing methods for 1 and 2 byte strings (#704)
-------------------------------------------------------------------
Sat Jun 19 05:34:09 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>

View File

@@ -17,7 +17,7 @@
Name: rusty_v8
Version: 0.22.3
Version: 0.25.1
Release: 0
Summary: Build tooling for Deno (do not install or use!)
License: MIT

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.