From 3488303b4b2f79fea513fe0d2e2c1d472974d5c1 Mon Sep 17 00:00:00 2001 From: Ross Viljoen Date: Mon, 11 Aug 2025 11:22:12 +0200 Subject: [PATCH 1/2] Add DataStructures@0.19 compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d967aa2..1479065 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6" WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5" [compat] -DataStructures = "0.18" +DataStructures = "0.18, 0.19" Dates = "1" DecFP = "1" FNVHash = "0.1" From c045fcff2bfdb64047b298c44e2424ed8bc40375 Mon Sep 17 00:00:00 2001 From: Ross Viljoen Date: Mon, 11 Aug 2025 12:14:51 +0200 Subject: [PATCH 2/2] patch bump --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1479065..de4e487 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LightBSON" uuid = "a4a7f996-b3a6-4de6-b9db-2fa5f350df41" authors = ["Christian Rorvik "] -version = "1.3.0" +version = "1.3.1" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"