Commit355734d9Recorded10 Jul 2026Repositorysigil-web
Bump sigil-http pin to ^0.18.0 for serve-file Range support
Message
serve-file's Range handling requires http-response/file's range: keyword, which shipped in sigil-http 0.18.0. Re-resolves the lockfile to v0.18.0. Builds + full test suite (170) green against the released 0.18.0.
Changed
package.sgl | 2 +-
sigil.lock | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)Diff
package.sglmodified
@@ -29,7 +29,7 @@
29
optimize: 2)) 30
31
dependencies: (list−32
(from-git url: "codeberg:sigil/sigil-http" version: "^0.16.7")+32
(from-git url: "codeberg:sigil/sigil-http" version: "^0.18.0") 33
(from-git url: "codeberg:sigil/sigil-sxml" version: "^0.15") 34
(from-git url: "codeberg:sigil/sigil-nrepl" version: "^0.16")) 35
sigil.lockmodified
@@ -8,9 +8,9 @@
8
version: "0.17.3") 9
(package name: "sigil-http" 10
url: "codeberg:sigil/sigil-http"−11
ref: "^0.16.7"−12
sha: "c24a14cabdb5ceed6273d7a6c1004baee07d69a0"−13
version: "0.16.7")+11
ref: "^0.18.0"+12
sha: "80ffd997fcd07443904622648324b0c21fc48f48"+13
version: "0.18.0") 14
(package name: "sigil-sxml" 15
url: "codeberg:sigil/sigil-sxml" 16
ref: "^0.15"