Skip to content

Commit 6741614

Browse files
authored
chore: bump mcpp 0.0.13, tinyhttps 0.2.3, xlings 0.4.31 (#16)
* chore: bump mcpp 0.0.11 → 0.0.13, xlings 0.4.30 → 0.4.31 - .xlings.json: mcpp 0.0.11 → 0.0.13 - CI: xlings 0.4.30 → 0.4.31, update cache key, remove manual `mcpp index update` step (0.0.13 has auto-refresh) - mcpp.toml: migrate dep from legacy quoted form to canonical namespace subtable syntax * ci: add xlings update before install (ensure index is cloned) * chore: bump tinyhttps 0.2.2 → 0.2.3 (namespace deps fix)
1 parent f7a2399 commit 6741614

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Install xlings
1616
env:
17-
XLINGS_VERSION: 0.4.30
17+
XLINGS_VERSION: 0.4.31
1818
run: |
1919
tarball="xlings-${XLINGS_VERSION}-linux-x86_64.tar.gz"
2020
curl -fsSL -o "/tmp/${tarball}" \
@@ -23,17 +23,17 @@ jobs:
2323
"/tmp/xlings-${XLINGS_VERSION}-linux-x86_64/subos/default/bin/xlings" self install
2424
echo "$HOME/.xlings/subos/current/bin" >> "$GITHUB_PATH"
2525
26-
- name: Install workspace tools (.xlings.json → mcpp 0.0.11)
26+
- name: Refresh package index
27+
run: xlings update
28+
29+
- name: Install workspace tools (.xlings.json → mcpp 0.0.13)
2730
run: xlings install -y
2831

2932
- name: Cache mcpp sandbox
3033
uses: actions/cache@v4
3134
with:
32-
path: ~/.xlings/data/xpkgs/xim-x-mcpp/0.0.11/registry
33-
key: mcpp-sandbox-${{ runner.os }}-mcpp0.0.11-v3
34-
35-
- name: Update package index
36-
run: mcpp index update
35+
path: ~/.xlings/data/xpkgs/xim-x-mcpp/0.0.13/registry
36+
key: mcpp-sandbox-${{ runner.os }}-mcpp0.0.13
3737

3838
- name: Build with mcpp
3939
run: mcpp build

.xlings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"workspace": {
3-
"mcpp": { "linux": "0.0.11" }
3+
"mcpp": { "linux": "0.0.13" }
44
}
55
}

mcpp.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ include_dirs = ["src/json"]
1212
[targets.llmapi]
1313
kind = "lib"
1414

15-
[dependencies]
16-
"mcpplibs.tinyhttps" = "0.2.2"
15+
[dependencies.mcpplibs]
16+
tinyhttps = "0.2.3"

0 commit comments

Comments
 (0)