0.36.0 -> 0.37.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=22
This commit is contained in:
parent
5022112f04
commit
916089dc4d
4
_service
4
_service
@ -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.36.0</param>
|
<param name="revision">v0.37.0</param>
|
||||||
<param name="version">0.36.0</param>
|
<param name="version">0.37.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>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a16b58f0ad12f2d18a30a4c0aaa20752999265cb8d807422810c248094bdeb2a
|
|
||||||
size 46247508
|
|
3
rusty_v8-0.37.0.tar.xz
Normal file
3
rusty_v8-0.37.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cfaf7b1609896dc83a2375ee44bffaeeadeaa1eed8a1c039b30ba1a517e88f8f
|
||||||
|
size 46342872
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 17 17:57:09 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to 0.37.0
|
||||||
|
* fix: segfault when dropping BackingStore constructed from empty slice
|
||||||
|
* fix: url param to v8::WasmStreaming::SetUrl() must be null terminated (#854)
|
||||||
|
* test: don't use --harmony-top-level-await flag (#854)
|
||||||
|
* Rolling to V8 9.8.177.2 (#854)
|
||||||
|
* Add support for generating a clangd compilation database (#823)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 4 02:20:58 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
Sat Dec 4 02:20:58 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rusty_v8
|
Name: rusty_v8
|
||||||
Version: 0.36.0
|
Version: 0.37.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build tooling for Deno (do not install or use!)
|
Summary: Build tooling for Deno (do not install or use!)
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e03e16ba75f607b1dd222857bedbc389154a851ef969622b333fe7d5f22462d5
|
oid sha256:cf434243b956214c64862eb6b43f1e4c33434c39e709bb14d6b9b9d28aa90e03
|
||||||
size 1775424
|
size 1775304
|
||||||
|
Loading…
Reference in New Issue
Block a user