From 3e7e68a512f4d1ebc0b39295564e8dfce2209838 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 11 Jul 2022 10:43:17 +0100 Subject: [PATCH] re-enable hledger-ui after 1.26.1 release --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 79ac71b0..cbab0425 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1485,7 +1485,7 @@ packages: # Temporary upper bound to avoid mistaken and deprecated 1.24.99 release: - hledger < 1.24.99 || > 1.24.99 - hledger-lib < 1.24.99 || > 1.24.99 - - hledger-ui < 0 # temporary block, incompatible with brick https://github.com/simonmichael/hledger/issues/1882 + - hledger-ui < 1.24.99 || > 1.24.99 - hledger-web < 1.24.99 || > 1.24.99 "Mihai Maruseac @mihaimaruseac":