0.89.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=70
This commit is contained in:
parent
c7bcbefda1
commit
2edac579e1
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.84.0</param>
|
<param name="revision">v0.89.0</param>
|
||||||
<param name="version">0.84.0</param>
|
<param name="version">0.89.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:f482f0af05f8c2e08b7f72560586934dbddc16640b2a09cf4b1021b50e2fdc51
|
|
||||||
size 58500876
|
|
3
rusty_v8-0.89.0.tar.xz
Normal file
3
rusty_v8-0.89.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:daac174747c70b6306d4e7fd70df642f63654dbd73b205b1e4aebcd43880144b
|
||||||
|
size 58488596
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 28 21:47:07 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to 0.89.0:
|
||||||
|
* chore: bump rust-toolchain (#1408)
|
||||||
|
* feat: Add string access methods to OneByteConst (#1409)
|
||||||
|
* Fixed a typo in the parameter capture in
|
||||||
|
`v8__Isolate__SetCaptureStackTraceForUncaughtExceptions` (#1410)
|
||||||
|
* feat: expose CachedData::rejected (#1413)
|
||||||
|
* chore: revert V8 upgrade from 12.3 to 12.2. (#1414)
|
||||||
|
* Reland "Track V8 12.3 (#1401)" (#1417)
|
||||||
|
* V8 12.3.219.9 (#1419)
|
||||||
|
* Add Isolate::add_message_listener_with_error_level (#1424)
|
||||||
|
* feat: pass source as mut ref to script_compiler::compile (#1420)
|
||||||
|
* feat: Add IndexedPropertyHandlerConfiguration::*_raw methods (#1426)
|
||||||
|
* fix: update README with release instructions (#1431)
|
||||||
|
* Add v8::MicrotaskQueue bindings (#1423)
|
||||||
|
* feat: Add "v8::Object::get_real_named_property_*" methods (#1428)
|
||||||
|
* feat: aarch64 for macos (#1429)
|
||||||
|
* feat: use .cargo/.rusty_v8/<file> for caching downloads
|
||||||
|
manually (#1433)
|
||||||
|
* feat: .gz compress release artifacts (#1434)
|
||||||
|
* chore: update README with cache info (#1435)
|
||||||
|
* chore: Release v0.88.0 (#1436)
|
||||||
|
* fix: mispelling in C binding (#1439)
|
||||||
|
* feat: Add v8::MicrotaskQueue::new() (#1440)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 20:54:13 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
Thu Feb 22 20:54:13 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rusty_v8
|
Name: rusty_v8
|
||||||
Version: 0.84.0
|
Version: 0.89.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:15c51a11b79f63984f1097f650bb1daf42136c25a02767d28f735a012aa5d57e
|
oid sha256:23cf351db7652821df331e3e811b63012ea2f46e6ead65cb89752188fb33c73f
|
||||||
size 18035568
|
size 18126476
|
||||||
|
Loading…
Reference in New Issue
Block a user