0.31.0 -> 0.33.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=18
This commit is contained in:
parent
acccc06d82
commit
b8af96326d
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.31.0</param>
|
<param name="revision">v0.33.0</param>
|
||||||
<param name="version">0.31.0</param>
|
<param name="version">0.33.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:89bb2cb32fda550f2d74b60289e59b4276ffa42e2f2419f452790a312b98902b
|
|
||||||
size 46016956
|
|
3
rusty_v8-0.33.0.tar.xz
Normal file
3
rusty_v8-0.33.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:176cc77d019b57c9001e09a03acde3d1ac6e8b691e7cc399f32488bc4edaece9
|
||||||
|
size 46147788
|
@ -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>
|
Sun Oct 10 06:34:55 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rusty_v8
|
Name: rusty_v8
|
||||||
Version: 0.31.0
|
Version: 0.33.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:9ce59cf600348ea7f63781d1a8befd85651cb489105c4a3ceb741c464b1045ea
|
oid sha256:1df7feeedf82be9860683555e30d8bee1dc534348dc256494640dac64340246f
|
||||||
size 1775624
|
size 1776472
|
||||||
|
Loading…
Reference in New Issue
Block a user