shirobai 2026.0713.0000 → 2026.0713.1900
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/Cargo.lock +2 -2
- data/Cargo.toml +1 -1
- data/lib/shirobai/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c30aa19df5a7127a9ef22225af01bb0cf954f22bf0d6b24b3a0a078f92c048a5
|
|
4
|
+
data.tar.gz: 72b8d186516eee2a565482698b6bc44d981407f1c89d8cdc4eafe9d05b7903e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ca531e38a5565b0b3e132baf5b5ced764ac8fe019df25fd1e5a910ef0ff871adbcdbe1fd9afd2bf76330066501548c486a69cf64482383fef9e87ed4dff67e2
|
|
7
|
+
data.tar.gz: e5831ba58f7e9e93ab79ecefe6a57d96d02a334ee8653a8c356b9dc56f3c2a558022cb509d96f97c65d422f4e6053d74a14a0e1f010a6c95ee747c1acc51ff98
|
data/Cargo.lock
CHANGED
|
@@ -356,7 +356,7 @@ checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
|
|
|
356
356
|
|
|
357
357
|
[[package]]
|
|
358
358
|
name = "shirobai"
|
|
359
|
-
version = "2026.713.
|
|
359
|
+
version = "2026.713.1900"
|
|
360
360
|
dependencies = [
|
|
361
361
|
"magnus",
|
|
362
362
|
"shirobai-core",
|
|
@@ -364,7 +364,7 @@ dependencies = [
|
|
|
364
364
|
|
|
365
365
|
[[package]]
|
|
366
366
|
name = "shirobai-core"
|
|
367
|
-
version = "2026.713.
|
|
367
|
+
version = "2026.713.1900"
|
|
368
368
|
dependencies = [
|
|
369
369
|
"libc",
|
|
370
370
|
"ruby-prism",
|
data/Cargo.toml
CHANGED
|
@@ -7,7 +7,7 @@ resolver = "3"
|
|
|
7
7
|
# is crate 2026.709.0 -- cargo rejects leading zeros in numeric segments, and
|
|
8
8
|
# Gem::Version normalizes to the same integers, so the two stay value-equal).
|
|
9
9
|
[workspace.package]
|
|
10
|
-
version = "2026.713.
|
|
10
|
+
version = "2026.713.1900"
|
|
11
11
|
|
|
12
12
|
# Release tuning. The hot path crosses crate boundaries (ext cdylib -> core
|
|
13
13
|
# check_* -> ruby-prism); without LTO the cross-crate calls are not inlined and
|
data/lib/shirobai/version.rb
CHANGED