Skip to content

Commit 4051c26

Browse files
Merge pull request #2847 from ChrisRackauckas-Claude/chrisrackauckas/bump-deps-datastructures-structarrays
Bump DataStructures to v0.19 and StructArrays to v0.7
2 parents 2059d02 + e132ee3 commit 4051c26

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ SimpleUnPack = "1.1"
177177
Static = "1.2"
178178
StaticArrayInterface = "1.8"
179179
StaticArrays = "1.9.14"
180-
StructArrays = "0.6"
180+
StructArrays = "0.6, 0.7"
181181
TruncatedStacktraces = "1.4"
182182
julia = "1.10"
183183

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ TruncatedStacktraces = "1.4"
6868
SimpleUnPack = "1.1"
6969
SciMLBase = "2.115"
7070
FastClosures = "0.3"
71-
DataStructures = "0.18"
71+
DataStructures = "0.18.22, 0.19"
7272
Static = "1.2"
7373
Aqua = "0.8.11"
7474
DocStringExtensions = "0.9"

lib/OrdinaryDiffEqLowStorageRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Test = "<0.0.1, 1"
3434
FastBroadcast = "0.3"
3535
Random = "<0.0.1, 1"
3636
DiffEqDevTools = "2.44.4"
37-
StructArrays = "0.6"
37+
StructArrays = "0.6, 0.7"
3838
MuladdMacro = "0.2"
3939
PrecompileTools = "1.2"
4040
Polyester = "0.7"

lib/OrdinaryDiffEqSSPRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Test = "<0.0.1, 1"
3434
FastBroadcast = "0.3"
3535
Random = "<0.0.1, 1"
3636
DiffEqDevTools = "2.44.4"
37-
StructArrays = "0.6"
37+
StructArrays = "0.6, 0.7"
3838
MuladdMacro = "0.2"
3939
PrecompileTools = "1.2"
4040
Polyester = "0.7"

0 commit comments

Comments
 (0)