From 92d36886dc63defc0e27db5e4e6dc500a2aa6060 Mon Sep 17 00:00:00 2001 From: Colin Summers Date: Sun, 26 Apr 2020 16:00:47 -0700 Subject: [PATCH] upper bound StaticArrays.jl (#19) Co-authored-by: colinxs --- Project.toml | 6 +++--- test/Manifest.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index 04b8810..28c6d7f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Shapes" uuid = "175de200-b73b-11e9-28b7-9b5b306cec37" authors = ["Colin Summers", "The Contributors of Shapes"] -version = "0.2.1" +version = "0.2.2" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -15,6 +15,6 @@ UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6" Adapt = "1" MacroTools = "0.5" Requires = "1" -StaticArrays = "0.12" +StaticArrays = "= 0.12.0, = 0.12.1" UnsafeArrays = "1" -julia = "1.3" \ No newline at end of file +julia = "1.3" diff --git a/test/Manifest.toml b/test/Manifest.toml index d3bb566..54c29b5 100644 --- a/test/Manifest.toml +++ b/test/Manifest.toml @@ -57,7 +57,7 @@ uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" deps = ["Adapt", "MacroTools", "Random", "Requires", "StaticArrays", "UnsafeArrays"] path = ".." uuid = "175de200-b73b-11e9-28b7-9b5b306cec37" -version = "0.2.1" +version = "0.2.2" [[Sockets]] uuid = "6462fe0b-24de-5631-8697-dd941f90decc" @@ -85,6 +85,6 @@ deps = ["Random", "SHA"] uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [[UnsafeArrays]] -git-tree-sha1 = "1de6ef280110c7ad3c5d2f7a31a360b57a1bde21" +git-tree-sha1 = "9740b414f85ec2fa9135066f81b1fb14212befd6" uuid = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6" -version = "1.0.0" +version = "1.0.1"