From c9cab9e1e27bebdc51cca47a00fe52224dce6c2c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 17 Dec 2024 23:58:18 +0000 Subject: [PATCH] CompatHelper: bump compat for UnsafeAtomics to 0.3, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 415f38377..cb055f726 100644 --- a/Project.toml +++ b/Project.toml @@ -55,7 +55,7 @@ SyntaxInterface = "0.2.1" TOML = "1.0" TensorMarket = "0.2" UUIDs = "1.4" -UnsafeAtomics = "0.2.1" +UnsafeAtomics = "0.2.1, 0.3" julia = "1.10" [extras]