From 4fcc13d2fa13b577657ebd97119cef2441050d01 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 8 Sep 2024 19:28:36 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for JLD2 to 0.5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 48618ae4..1b247ac2 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ BinaryBuilderBase = "1.31" Downloads = "1" GitHub = "5.1" HTTP = "0.8, 0.9, 1" -JLD2 = "0.1.6, 0.2, 0.3, 0.4" +JLD2 = "0.1.6, 0.2, 0.3, 0.4, 0.5" JLLWrappers = "1.2.0" JSON = "0.21" LoggingExtras = "0.4, 1" From e20e3cd0829c4d863109b9f547a847adccd65499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:29:11 +0100 Subject: [PATCH 2/3] [AZP] Run CI on changes to `Project.toml` --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e68cb5db..1eec8721 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ trigger: - contrib - src - test - - Manifest.toml + - Project.toml # Trigger on PRs against `master` pr: From 6b7d35dfffc7078e7f6dc723503c3f081f2e7d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= <765740+giordano@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:53:04 +0100 Subject: [PATCH 3/3] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1eec8721..4ea7ac3b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,7 @@ pr: - contrib - src - test - - Manifest.toml + - Project.toml # By default, use the `Native` pool of agents pool: BinaryBuilder