Compare commits

...

1 Commits

Author SHA1 Message Date
9585ec5a51 fixups for v0.0.5 publish 2025-07-18 21:24:04 +01:00
4 changed files with 15 additions and 11 deletions

20
flake.lock generated
View File

@ -30,11 +30,11 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1722148092, "lastModified": 1752907304,
"narHash": "sha256-5QS64rfIFDzU1jmZrOK6wyZOCi6Vn/90apWRI6Hy+xk=", "narHash": "sha256-rSw0b/ahoZebcp+AZG7uoScB5Q59TYEE5Kx8k0pZp9E=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "b39d8959f286dc7b9da91ae92f6af56de0169e87", "rev": "e91719882d0e4366202cc9058eb21df74c0bdb92",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -186,16 +186,16 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1718437845, "lastModified": 1752620740,
"narHash": "sha256-ZT7Oc1g4I4pHVGGjQFnewFVDRLH5cIZhEzODLz9YXeY=", "narHash": "sha256-f3pO+9lg66mV7IMmmIqG4PL3223TYMlnlw+pnpelbss=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "752c634c09ceb50c45e751f8791cb45cb3d46c9e", "rev": "32a4e87942101f1c9f9865e04dc3ddb175f5f32e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-24.05", "ref": "nixos-25.05",
"type": "indirect" "type": "indirect"
} }
}, },
@ -238,11 +238,11 @@
"rust-analyzer-src": { "rust-analyzer-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1722099723, "lastModified": 1752817855,
"narHash": "sha256-61f+rvQAObm/TuBEqYFNUTngm/wXcuNhGtQbAmfZVvY=", "narHash": "sha256-YnG3d44oX+g2ooUsNWT+Ii24w6T+b0dj86k0HkIFUj4=",
"owner": "rust-lang", "owner": "rust-lang",
"repo": "rust-analyzer", "repo": "rust-analyzer",
"rev": "a46788318cce3b62e14606f70a14896b223ee5ec", "rev": "330c4ed11c4e1eef0999a2cd629703a601da1436",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -8,7 +8,7 @@
url = "github:nix-community/fenix"; url = "github:nix-community/fenix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixpkgs.url = "nixpkgs/nixos-24.05"; nixpkgs.url = "nixpkgs/nixos-25.05";
devenv.url = "github:cachix/devenv/v0.6.3"; devenv.url = "github:cachix/devenv/v0.6.3";
}; };

View File

@ -1,5 +1,7 @@
[package] [package]
name = "formbeam" name = "formbeam"
description = "Form system for the Hornbeam template engine"
license = "AGPL-3.0-or-later"
version = "0.0.5" version = "0.0.5"
edition = "2021" edition = "2021"

View File

@ -1,5 +1,7 @@
[package] [package]
name = "formbeam_derive" name = "formbeam_derive"
description = "Form system for the Hornbeam template engine (derive macros)"
license = "AGPL-3.0-or-later"
version = "0.0.5" version = "0.0.5"
edition = "2021" edition = "2021"