Skip to content

Commit ebf4d0c

Browse files
Kenoclaude
andcommitted
Re-instantiate manifest and drop Julia 1.10 from CI
- Re-instantiated Manifest.toml to fix tree hash errors - Removed Julia 1.10 from CI matrix due to compatibility issues with [sources] section - Updated Project.toml formatting from Pkg.instantiate 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4c87dac commit ebf4d0c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
version:
18-
- '1.10'
1918
- '1'
2019
- 'pre'
2120
- 'nightly'

Manifest.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ project_hash = "b422f973dddd338071bba7a7f9f22cad2ede4581"
66

77
[[deps.ClaudeMCPTools]]
88
deps = ["JSON"]
9-
path = "../ClaudeMCPTools"
9+
git-tree-sha1 = "9b896351226ba85681ccc8769549eab32812337e"
10+
repo-rev = "master"
11+
repo-url = "git@github.com:JuliaComputing/ClaudeMCPTools.jl.git"
1012
uuid = "b9bb1685-6a70-41d7-9793-2f9fb633d966"
1113
version = "0.1.0"
1214

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ ClaudeMCPTools = "b9bb1685-6a70-41d7-9793-2f9fb633d966"
88
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
99

1010
[sources]
11-
ClaudeMCPTools = {url = "git@github.com:JuliaComputing/ClaudeMCPTools.jl.git"}
11+
ClaudeMCPTools = {rev = "master", url = "git@github.com:JuliaComputing/ClaudeMCPTools.jl.git"}
1212
LLMBenchSimple = {url = "git@github.com:JuliaComputing/LLMBenchSimple.jl.git"}
1313

1414
[extras]
15-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1615
LLMBenchSimple = "a7b3c4d5-e6f7-8901-2345-678901234567"
16+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1717

1818
[targets]
1919
test = ["Test", "LLMBenchSimple"]

0 commit comments

Comments
 (0)