bootstrap: verify signatures

This commit is contained in:
Mikaël Cluseau
2025-07-06 15:43:42 +02:00
parent 8fcd2d6684
commit f45fbe116e
9 changed files with 127 additions and 24 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "init"
version = "2.4.0"
version = "2.4.1"
edition = "2024"
[profile.release]
@ -28,3 +28,4 @@ zstd = "0.13.3"
unix_mode = "0.1.4"
cpio = "0.4.1"
lz4 = "1.28.1"
base64 = "0.22.1"