Commit 24f9387
Add Base64 as explicit dependency to Project.toml
Base64 is required for base64encode function used in telemetry.jl
for encoding PNG files for GitHub API uploads. Even though Base64
is a standard library, it needs to be declared as a dependency.
Fixes ArgumentError: Package LinearSolveAutotune does not have Base64 in its dependencies
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 44823ac commit 24f9387
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments