From 15387ded7e573dad2cf8424422ec1e69e86e8e32 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Sun, 9 Mar 2025 10:21:34 +0100 Subject: [PATCH] fix: outdated yeison_12 dependency --- alire.toml | 2 +- deps/yeison | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alire.toml b/alire.toml index 3fbcd006..a0d7f3ad 100644 --- a/alire.toml +++ b/alire.toml @@ -120,7 +120,7 @@ commit = "3e5cbdb5673b85a1da6344a41764ef1cbafe3289" [pins.yeison_12] url = "https://github.com/mosteo/yeison" subdir = "yeison_12" -commit = "88b66242f8826fd4847e0ea06c7901b753e03c74" +commit = "20033cf90a3eb2eff69d9ff9d0820291aed79b57" # To disable version updating, export ALR_VERSION_DONT_PATCH with any value diff --git a/deps/yeison b/deps/yeison index 88b66242..20033cf9 160000 --- a/deps/yeison +++ b/deps/yeison @@ -1 +1 @@ -Subproject commit 88b66242f8826fd4847e0ea06c7901b753e03c74 +Subproject commit 20033cf90a3eb2eff69d9ff9d0820291aed79b57 -- 2.39.5