0.42.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=26
This commit is contained in:
parent
d49ed1e172
commit
06d7aa88cd
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.41.0</param>
|
||||
<param name="version">0.41.0</param>
|
||||
<param name="revision">v0.42.0</param>
|
||||
<param name="version">0.42.0</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="exclude">.github</param>
|
||||
<param name="exclude">.gitignore</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2b59d6b85a7d39776561b37457d4c4b0adb9f65aee624b2d9b79337288e4274
|
||||
size 53202676
|
3
rusty_v8-0.42.0.tar.xz
Normal file
3
rusty_v8-0.42.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac1f175b0a55c4bed1fc64292e4f470e1da79e767f1211348e2cc05a92be74ff
|
||||
size 53227924
|
@ -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>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f1045af360841fbe501b6bb1a065a8af292b445158bcd27de05a1eebfa032aa
|
||||
size 8667760
|
||||
oid sha256:41454c9026910ec1e88bab212b72e2ca975bddaaccce6f732de406544865755c
|
||||
size 8665636
|
||||
|
Loading…
Reference in New Issue
Block a user