From 6656e907900643e3ab8ef91fe51e7de6ccdd867d Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 18 Oct 2025 11:16:49 +0200 Subject: [PATCH] Crystal: ipc library now has a "main" branch. --- crystal/shard.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crystal/shard.yml b/crystal/shard.yml index 9fcba59..ed44751 100644 --- a/crystal/shard.yml +++ b/crystal/shard.yml @@ -25,8 +25,8 @@ targets: dependencies: ipc: git: https://git.baguette.netlib.re/Baguette/ipc.cr - branch: master + branch: main -crystal: 1.8.2 +crystal: 1.18.1 license: ISC