ocaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump pure-html version

authored by

Kento Okura and committed by
Jon Sterling
21b1302b ae2b12be

+15 -14
+1 -1
dune-project
··· 75 75 (uri 76 76 (>= 4.4.0)) 77 77 (pure-html 78 - (>= 3.9.5)) 78 + (>= 3.10.0)) 79 79 (base64 80 80 (>= 3.5.1)) 81 81 (datalog
+9 -9
flake.lock
··· 70 70 }, 71 71 "nixpkgs": { 72 72 "locked": { 73 - "lastModified": 1739866667, 74 - "narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=", 73 + "lastModified": 1743095683, 74 + "narHash": "sha256-gWd4urRoLRe8GLVC/3rYRae1h+xfQzt09xOfb0PaHSk=", 75 75 "owner": "NixOS", 76 76 "repo": "nixpkgs", 77 - "rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680", 77 + "rev": "5e5402ecbcb27af32284d4a62553c019a3a49ea6", 78 78 "type": "github" 79 79 }, 80 80 "original": { ··· 99 99 "opam2json": "opam2json" 100 100 }, 101 101 "locked": { 102 - "lastModified": 1735755465, 103 - "narHash": "sha256-ajcHT7JaqHWHy7cd2STB4TuQzCRf7sEfTH0waklOMB4=", 102 + "lastModified": 1741156005, 103 + "narHash": "sha256-JBPvXe5g1V2xpmPVMlf5CP5+T1E+TCK73lqeqV89EJE=", 104 104 "owner": "tweag", 105 105 "repo": "opam-nix", 106 - "rev": "6e6a1ac0203c3595c1ffac129d9ac32d8f7989c1", 106 + "rev": "e71936b31658f0b039a7d26b0c9c7a461d949ba4", 107 107 "type": "github" 108 108 }, 109 109 "original": { ··· 131 131 "opam-repository": { 132 132 "flake": false, 133 133 "locked": { 134 - "lastModified": 1736717043, 135 - "narHash": "sha256-90ByPlg2h0mvdOfHJAsp/PPcf3JmwLVSw4jx/Cz8PgU=", 134 + "lastModified": 1743193860, 135 + "narHash": "sha256-nuss395vu6kN4IKRLviyPztBgeD/tBYIp3x66GQpLK0=", 136 136 "owner": "ocaml", 137 137 "repo": "opam-repository", 138 - "rev": "8e8ee268048d2d5e2963654e1bdaf866d59a5598", 138 + "rev": "a8a89f62d8abd2a9f0cbb04826bfec1ef6b563e7", 139 139 "type": "github" 140 140 }, 141 141 "original": {
+1 -1
forester.opam
··· 29 29 "repr" {>= "0.7.0"} 30 30 "ppx_repr" {>= "0.7.0"} 31 31 "uri" {>= "4.4.0"} 32 - "pure-html" {>= "3.9.5"} 32 + "pure-html" {>= "3.10.0"} 33 33 "base64" {>= "3.5.1"} 34 34 "datalog" {>= "0.7"} 35 35 "cid" {>= "0.1.0"}
+1
lib/compiler/test/dune
··· 24 24 fmt 25 25 lsp 26 26 logs 27 + logs.fmt 27 28 yuujinchou 28 29 ocamlgraph 29 30 forester.test
+2 -3
lib/frontend/Htmx_client.ml
··· 391 391 span 392 392 [ 393 393 Hx.trigger "load"; 394 - Hx.get "/trees%s" (URI.path_string href); 394 + Hx.get "/trees/%s" (URI.path_string href); 395 395 Hx.target "this"; 396 396 Hx.swap "outerHTML"; 397 - (* TODO: Update dream-html: https://github.com/yawaramin/dream-html/commit/2f358cc25ef34a590937b1f1e2740141ad06efa9 *) 398 - attr (Format.asprintf "data-hx-headers='%s'" headers) 397 + Hx.headers "%s" headers; 399 398 ] 400 399 [txt "transclusion: %s" (Format.asprintf "%a" URI.pp href)] 401 400 ]
+1
lib/language_server/test/dune
··· 27 27 algaeff 28 28 fmt 29 29 logs 30 + logs.fmt 30 31 eio 31 32 eio_main 32 33 eio.core