Skip to content

Commit a6debc2

Browse files
authored
Merge pull request #585 from dev-five-git/vinext
Vinext
2 parents ac76439 + d41f258 commit a6debc2

26 files changed

Lines changed: 894 additions & 650 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"bindings/devup-ui-wasm/package.json":"Patch"},"note":"Update lib","date":"2026-02-27T10:38:51.071903400Z"}

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
target/
3333
key: cargo-benchmark-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
3434
- uses: oven-sh/setup-bun@v2
35+
with:
36+
bun-version: '1.3.9'
3537
name: Install bun
3638

3739
- name: Cache bun dependencies
@@ -76,6 +78,8 @@ jobs:
7678
key: cargo-publish-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
7779

7880
- uses: oven-sh/setup-bun@v2
81+
with:
82+
bun-version: '1.3.9'
7983
name: Install bun
8084

8185
- name: Cache bun dependencies

0 commit comments

Comments
 (0)