From 9cfb5eb1dc2cec753a535c7a28f752d36625c936 Mon Sep 17 00:00:00 2001 From: Five Grant <5@fivegrant.com> Date: Fri, 23 Feb 2024 14:07:25 -0600 Subject: [PATCH] Add StaticArrays --- Manifest.toml | 2 +- Project.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index fe0234c..14dd431 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -2,7 +2,7 @@ julia_version = "1.10.0" manifest_format = "2.0" -project_hash = "c482df776abf5dc7cff122f474ca94bba8e72d86" +project_hash = "ce13121ee7f240c1bd3c7a076f8b39f31f3ff2c9" [[deps.ACSets]] deps = ["AlgebraicInterfaces", "Base64", "CompTime", "DataStructures", "JSON3", "MLStyle", "OrderedCollections", "Permutations", "Pkg", "PrettyTables", "Random", "Reexport", "SHA", "StaticArrays", "StructEquality", "StructTypes", "Tables"] diff --git a/Project.toml b/Project.toml index ab8a4d0..2299c65 100644 --- a/Project.toml +++ b/Project.toml @@ -1,4 +1,4 @@ -version = "6.2.0" +version = "6.3.0" [deps] ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8" @@ -35,6 +35,7 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781" PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d"