1
0
Fork 0
nix-overlay/patches/redlib_cargo-lock.patch
Daniel Kempkens 8f65bade05
All checks were successful
Build / build-arm64-linux (push) Successful in 1m1s
Build / build-amd64-linux (push) Successful in 5m31s
redlib: fix build
2024-03-12 19:49:24 +01:00

20 lines
353 B
Diff

Subject: Fix Cargo.lock
---
Cargo.lock | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1047,7 +1047,7 @@ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
[[package]]
name = "redlib"
-version = "0.31.0"
+version = "0.31.2"
dependencies = [
"askama",
"base64",
--
2.43.2