From 9f61314fe4425da9dfe2ba830a25c3b71d8075d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunnar=20Farneb=C3=A4ck?= Date: Sun, 25 Feb 2024 14:30:23 +0100 Subject: [PATCH] Bump Git_jll to 2.44 (#52) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2861242..3ebb083 100644 --- a/Project.toml +++ b/Project.toml @@ -1,13 +1,13 @@ name = "Git" uuid = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2" authors = ["Dilum Aluthge", "contributors"] -version = "1.3.0" +version = "1.3.1" [deps] Git_jll = "f8c6e375-362e-5223-8a59-34ff63f689eb" [compat] -Git_jll = "2.36.1" +Git_jll = "2.44" JLLWrappers = "1.1" julia = "1.6"