0.33.0 -> 0.35.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=19
This commit is contained in:
parent
b8af96326d
commit
0bbe062d2d
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.33.0</param>
|
<param name="revision">v0.35.0</param>
|
||||||
<param name="version">0.33.0</param>
|
<param name="version">0.35.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:176cc77d019b57c9001e09a03acde3d1ac6e8b691e7cc399f32488bc4edaece9
|
|
||||||
size 46147788
|
|
3
rusty_v8-0.35.0.tar.xz
Normal file
3
rusty_v8-0.35.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b8a9e5de5960ee866f5f4bc89176b10ca695d9c3829807973986a73b28166685
|
||||||
|
size 46239440
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 24 20:55:57 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to 0.35.0:
|
||||||
|
* Make lifetime in FunctionCallback signature more restrictive (#822)
|
||||||
|
* Rolling to V8 9.7.106.3 (#831)
|
||||||
|
* chore: Specify the rust toolchain version (#821)
|
||||||
|
* Rolling to V8 9.7.106.4 (#832)
|
||||||
|
* 8 refactor: Have BackingStore::data return Option<NonNull<c_void>> (#…
|
||||||
|
* v8: fix segfault during concurrent isolate creation/disposal on Windo…
|
||||||
|
- update to 0.34.0:
|
||||||
|
* Narrow dead_code allowance (#818)
|
||||||
|
* Ignore environment variables set by cargo (#825)
|
||||||
|
* Rolling to V8 9.7.106.2 (#827)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 31 17:53:30 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
Sun Oct 31 17:53:30 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rusty_v8
|
Name: rusty_v8
|
||||||
Version: 0.33.0
|
Version: 0.35.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:1df7feeedf82be9860683555e30d8bee1dc534348dc256494640dac64340246f
|
oid sha256:e03e16ba75f607b1dd222857bedbc389154a851ef969622b333fe7d5f22462d5
|
||||||
size 1776472
|
size 1775424
|
||||||
|
Loading…
Reference in New Issue
Block a user