7
0
forked from pool/rusty_v8
2022-04-21 17:07:06 +00:00
committed by Git OBS Bridge
parent d49ed1e172
commit 06d7aa88cd
5 changed files with 19 additions and 7 deletions

View File

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

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Apr 21 16:55:00 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.42.0:
* Rolling to V8 10.0.139.17 (#944)
* Ignore more unnecessary ICU data (#923)
* Add crate feature that controls whether custom libcxx is used (#924)
* perf: avoid double boxing of Arc/Box/Rc in Isolate slot (#925)
* Sync V8 heap object type hierarchy with C++ (#929)
* feat: ArrayBuffer::new_backing_store_from_ptr (#926)
* feat: v8::ArrayBuffer::new_backing_store_from_vec (#946)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 10 23:18:42 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org> Thu Mar 10 23:18:42 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>

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

Binary file not shown.