Skip to content

Commit b85c1f7

Browse files
committed
Update PrecompileTools version bounds to allow newer versions
Fix compatibility constraint preventing upgrade to PrecompileTools v1.3.x by allowing both v1.2.1 and v1.3 in Project.toml. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 055a366 commit b85c1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ MonteCarloMeasurements = "1"
9696
Mooncake = "0.4"
9797
MuladdMacro = "0.2.1"
9898
Parameters = "0.12.0"
99-
PrecompileTools = "1"
99+
PrecompileTools = "1.2.1, 1.3"
100100
Printf = "1.9"
101101
RecursiveArrayTools = "3.1"
102102
Reexport = "1.0"

0 commit comments

Comments
 (0)