Commit 880d63f
committed
Fix Documenter minimum version bound: 0.27 -> 1.16
The root Project.toml had Documenter = "0.27" while docs/Project.toml
requires Documenter = "1.16.1". This inconsistency could cause issues
when resolving dependencies.
Updated the root Project.toml minimum bound to 1.16 to align with
the documentation build requirements. Documenter 1.x is a major version
bump from 0.27 with API changes, so the lower bound needed updating.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent f1d09e3 commit 880d63f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
0 commit comments