From f077eada6894af5e185f0b8384d3e8e24aa1d559 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Thu, 3 Apr 2025 13:26:55 +0200 Subject: [PATCH] fix: don't try to find canonical paths needlessly (#1934) --- alire.toml | 3 ++- deps/den | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/alire.toml b/alire.toml index 3448d79a..ad2471f6 100644 --- a/alire.toml +++ b/alire.toml @@ -72,9 +72,10 @@ commit = "e4d58ad90bf32bc44304197e5906a519f5a9a7bf" [pins.clic] url = "https://github.com/alire-project/clic" commit = "56bbdc008e16996b6f76e443fd0165a240de1b13" + [pins.den] url = "https://github.com/mosteo/den" -commit = "377d1d906f83262b81b45c7989de8cd5b4aba67f" +commit = "7732f9247f7436cd264a10a7e2a8a16c47a0fb57" [pins.dirty_booleans] url = "https://github.com/mosteo/dirty_booleans" diff --git a/deps/den b/deps/den index 377d1d90..7732f924 160000 --- a/deps/den +++ b/deps/den @@ -1 +1 @@ -Subproject commit 377d1d906f83262b81b45c7989de8cd5b4aba67f +Subproject commit 7732f9247f7436cd264a10a7e2a8a16c47a0fb57 -- 2.39.5