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 +4 -4
- data/ext/rusty_racer/Cargo.toml +2 -2
- data/lib/rusty_racer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4542f56f4c8cb1876105fb7f8cd5505e2396a1360cc7624b2574e757ab3ff3da
|
|
4
|
+
data.tar.gz: cee44a45689b33bc7e9aa5280eb8fd4b5ad7b5b2e1d00984314da7f31de0fcf7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16c2bbc4c12f411bf6ed449389cf48be2c83c57314ae66ed829e5d43bcecdeed1347c472cf0de363d525ef69626c13c85b1c5a23074ce2073c364e0199ec9d73
|
|
7
|
+
data.tar.gz: ad6b2103105c6b9b56dfc9f922ad7ee233e174daba11508b163190bbcde5de7647b156fc00beec8ac06be6de7cc7b23643c2ff347facbc999113f400699cfc27
|
data/ext/rusty_racer/Cargo.toml
CHANGED
|
@@ -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.
|
|
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.
|
|
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"
|
data/lib/rusty_racer/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2026-07-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rb_sys
|