Commit6b9e36ebRecorded6 May 2026Repositorysigil-socket

Bump sigil-socket to Sigil 0.16

Message

Update the package version and Sigil compatibility range to 0.16, then regenerate the lockfile against sigil-stdlib ^0.16.

Verification:

  • /tmp/sigil-t-e6e9/build/dev/bin/sigil deps install
  • /tmp/sigil-t-e6e9/build/dev/bin/sigil build
  • /tmp/sigil-t-e6e9/build/dev/bin/sigil test
Changed
 package.sgl | 4 ++--
 sigil.lock  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
Diff
package.sglmodified
@@ -4,8 +4,8 @@
4
5
(package
6
name: "sigil-socket"
7
version: "0.14.0"
8
sigil: "^0.15"
+7
version: "0.16.0"
+8
sigil: "^0.16"
9
description: "TCP/UDP socket operations for Sigil"
10
url: "https://codeberg.org/sigil/sigil-socket"
11
license: "BSD-3-Clause"
sigil.lockmodified
@@ -2,7 +2,7 @@
2
(lock
3
(package name: "sigil-stdlib"
4
url: "codeberg:sigil/sigil"
5
ref: "^0.15"
6
sha: "3bb11a19a52bf530fb9f857c74c1bc4541d32025"
+5
ref: "^0.16"
+6
sha: "ec4a2f494af469c89dacf45a3553c5b46cfec6ca"
7
package-selector: "sigil-stdlib")
8
)