From ca875b796cd1df31964e96211874f1e9410d4d34 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 27 Feb 2024 17:48:54 +0100 Subject: [PATCH] Bump toml_slicer dependency (#1597) --- alire.toml | 58 +++++++++++++++++++++++++++++++++++++++--------- deps/toml_slicer | 2 +- 2 files changed, 48 insertions(+), 12 deletions(-) diff --git a/alire.toml b/alire.toml index dda65c9a5..c0f45b398 100644 --- a/alire.toml +++ b/alire.toml @@ -47,14 +47,50 @@ windows = { ALIRE_OS = "windows" } # Some dependencies require precise versions during the development cycle: [[pins]] -aaa = { url = "https://github.com/mosteo/aaa", commit = "dff61d2615cc6332fa6205267bae19b4d044b9da" } -ada_toml = { url = "https://github.com/mosteo/ada-toml", commit = "da4e59c382ceb0de6733d571ecbab7ea4919b33d" } -clic = { url = "https://github.com/alire-project/clic", commit = "56bbdc008e16996b6f76e443fd0165a240de1b13" } -dirty_booleans = { url = "https://github.com/mosteo/dirty_booleans", branch = "alire" } -diskflags = { url = "https://github.com/mosteo/diskflags", branch = "alire" } -gnatcoll = { url = "https://github.com/alire-project/gnatcoll-core.git", commit = "4e663b87a028252e7e074f054f8f453661397166" } -minirest = { url = "https://github.com/mosteo/minirest.git", commit = "9a9c660f9c6f27f5ef75417e7fac7061dff14d78" } -semantic_versioning = { url = "https://github.com/alire-project/semantic_versioning", commit = "2f23fc5f6b4855b836b599adf292fed9c0ed4144" } -simple_logging = { url = "https://github.com/alire-project/simple_logging", commit = "3505dc645f3eef6799a486aae223d37e88cfc4d5" } -si_units = { url = "https://github.com/mosteo/si_units", branch = "alire" } -stopwatch = { url = "https://github.com/mosteo/stopwatch", commit = "f607a63b714f09bbf6126de9851cbc21cf8666c9" } +[pins.aaa] +url = "https://github.com/mosteo/aaa" +commit = "dff61d2615cc6332fa6205267bae19b4d044b9da" + +[pins.ada_toml] +url = "https://github.com/mosteo/ada-toml" +commit = "da4e59c382ceb0de6733d571ecbab7ea4919b33d" + +[pins.clic] +url = "https://github.com/alire-project/clic" +commit = "56bbdc008e16996b6f76e443fd0165a240de1b13" + +[pins.dirty_booleans] +url = "https://github.com/mosteo/dirty_booleans" +branch = "alire" + +[pins.diskflags] +url = "https://github.com/mosteo/diskflags" +branch = "alire" + +[pins.gnatcoll] +url = "https://github.com/alire-project/gnatcoll-core.git" +commit = "4e663b87a028252e7e074f054f8f453661397166" + +[pins.minirest] +url = "https://github.com/mosteo/minirest.git" +commit = "9a9c660f9c6f27f5ef75417e7fac7061dff14d78" + +[pins.semantic_versioning] +url = "https://github.com/alire-project/semantic_versioning" +commit = "2f23fc5f6b4855b836b599adf292fed9c0ed4144" + +[pins.simple_logging] +url = "https://github.com/alire-project/simple_logging" +commit = "3505dc645f3eef6799a486aae223d37e88cfc4d5" + +[pins.si_units] +url = "https://github.com/mosteo/si_units" +branch = "alire" + +[pins.stopwatch] +url = "https://github.com/mosteo/stopwatch" +commit = "f607a63b714f09bbf6126de9851cbc21cf8666c9" + +[pins.toml_slicer] +url = "https://github.com/mosteo/toml_slicer" +branch = "alire" diff --git a/deps/toml_slicer b/deps/toml_slicer index 65fb5313c..3e5cbdb56 160000 --- a/deps/toml_slicer +++ b/deps/toml_slicer @@ -1 +1 @@ -Subproject commit 65fb5313c45642dc232f69f729a8a207de4faae9 +Subproject commit 3e5cbdb5673b85a1da6344a41764ef1cbafe3289