Skip to content

Commit

Permalink
upper bound StaticArrays.jl (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: colinxs <me@colinxsummers.com>
  • Loading branch information
colinxs and colinxs authored Apr 26, 2020
1 parent 8d92137 commit 92d3688
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
julia = "1.3"
6 changes: 3 additions & 3 deletions test/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit 92d3688

Please sign in to comment.