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" diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e68cb5db..4ea7ac3b 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: @@ -20,7 +20,7 @@ pr: - contrib - src - test - - Manifest.toml + - Project.toml # By default, use the `Native` pool of agents pool: BinaryBuilder