rusty_racer 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 895932416f172914a42904dd40f7d831dfc4db64bbc10273d8d1155a7e11e447
4
- data.tar.gz: 462425835fd9f5968bd6793d65b72f43d1ecd23a20dae78a6cba4477c72caa88
3
+ metadata.gz: 4542f56f4c8cb1876105fb7f8cd5505e2396a1360cc7624b2574e757ab3ff3da
4
+ data.tar.gz: cee44a45689b33bc7e9aa5280eb8fd4b5ad7b5b2e1d00984314da7f31de0fcf7
5
5
  SHA512:
6
- metadata.gz: 459411e726623eca6320aa93e71a85193c12dbe9343520320c7754b514efaf3bdceacac545a6d99c0533d67fdfcaa5a1be6ea306d78faf6006ef082b51ee4c48
7
- data.tar.gz: 4f4b91ff5287375a01ee3fb3bd87bf5fc82ff130c22654ad732021395c46c57b096290da2caaa9b49f411c706e2ec6fb36b1aeecc281a9a65d9a4fd6d6b9c792
6
+ metadata.gz: 16c2bbc4c12f411bf6ed449389cf48be2c83c57314ae66ed829e5d43bcecdeed1347c472cf0de363d525ef69626c13c85b1c5a23074ce2073c364e0199ec9d73
7
+ data.tar.gz: ad6b2103105c6b9b56dfc9f922ad7ee233e174daba11508b163190bbcde5de7647b156fc00beec8ac06be6de7cc7b23643c2ff347facbc999113f400699cfc27
@@ -5,7 +5,7 @@
5
5
  # links and loads with no custom archive.
6
6
  [package]
7
7
  name = "rusty_racer"
8
- version = "0.1.11"
8
+ version = "0.1.12"
9
9
  edition = "2024"
10
10
  publish = false
11
11
 
@@ -23,7 +23,7 @@ rb-sys = "0.9"
23
23
  # ~6-8x faster marshalling for non-ASCII results (measured); ASCII is unaffected.
24
24
  # The feature makes the v8 crate fetch Deno's _simdutf prebuilt archive variant
25
25
  # (which is built with rusty_v8_enable_simdutf=true) on every platform.
26
- v8 = { version = "150.1.0", features = ["simdutf"] }
26
+ v8 = { version = "150.3.0", features = ["simdutf"] }
27
27
  # pthread stack-bounds query, to set V8's stack limit per op relative to the
28
28
  # current native thread (in-thread V8 runs on the Ruby thread's stack).
29
29
  libc = "0.2"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RustyRacer
4
- VERSION = "0.1.11"
4
+ VERSION = "0.1.12"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rusty_racer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keita Urashima
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-07-10 00:00:00.000000000 Z
11
+ date: 2026-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rb_sys