2021-10-31 18:33:49 +00:00
committed by Git OBS Bridge
parent acccc06d82
commit b8af96326d
6 changed files with 23 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">v0.31.0</param>
<param name="version">0.31.0</param>
<param name="revision">v0.33.0</param>
<param name="version">0.33.0</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Oct 31 17:53:30 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.33.0:
* Rolling to V8 9.6.180.9 (#815)
* chore: rename rusty_v8 to v8 (#803)
* Rename Handle::get() to Handle::open() (#806)
* Track V8 v9.6 (#810)
* Add support for a RUSTY_V8_ARCHIVE environment variable (#812)
* fix: Make derefing a zero-size BackingStore no longer UB (#809)
* Add missing cargo:rerun-if-env-changed (#807)
- update to 0.32.0:
* Rolling to V8 9.5.172.19 (#801)
* Track V8 9.5 (#795)
-------------------------------------------------------------------
Sun Oct 10 06:34:55 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>

View File

@@ -17,7 +17,7 @@
Name: rusty_v8
Version: 0.31.0
Version: 0.33.0
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.