Skip to content

Commit bcf2632

Browse files
Merge pull request #3330 from ChrisRackauckas-Claude/raise-fww-lower-bound
Raise FunctionWrappersWrappers lower bound to v1
2 parents 199b66b + 55a2750 commit bcf2632

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/DiffEqBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ FastPower = "1.1"
8686
FlexUnits = "0.4"
8787
ForwardDiff = "0.10, 1"
8888
FunctionWrappers = "1.0"
89-
FunctionWrappersWrappers = "0.1, 1"
89+
FunctionWrappersWrappers = "1"
9090
GTPSA = "1.4"
9191
GeneralizedGenerated = "0.3"
9292
InteractiveUtils = "1.9"

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Accessors = "0.1.36"
5656
ConcreteStructs = "0.2"
5757
StaticArraysCore = "1.4.3"
5858
SciMLStructures = "1.7"
59-
FunctionWrappersWrappers = "0.1"
59+
FunctionWrappersWrappers = "1"
6060
FastBroadcast = "1.1"
6161
Random = "<0.0.1, 1"
6262
DiffEqDevTools = "2.44.4"

lib/OrdinaryDiffEqDifferentiation/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DiffEqBase = {path = "../DiffEqBase"}
1212
[compat]
1313
Pkg = "1"
1414
ForwardDiff = "0.10.38, 1"
15-
FunctionWrappersWrappers = "0.1"
15+
FunctionWrappersWrappers = "1"
1616
FastBroadcast = "1.1"
1717
Random = "<0.0.1, 1"
1818
DiffEqDevTools = "2.44.4"

0 commit comments

Comments
 (0)