Skip to content

Commit fea79f0

Browse files
authored
Merge pull request #23 from karthik2804/add_ts_bindings
initial support for js sdk v4 bindings generation
2 parents 3b7fb5f + 6b2d1f3 commit fea79f0

File tree

9 files changed

+677
-364
lines changed

9 files changed

+677
-364
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Rust
3636
uses: dtolnay/rust-toolchain@stable
3737
with:
38-
toolchain: 1.81
38+
toolchain: 1.84
3939

4040
- name: Install dependencies
4141
run: |
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install Rust
7373
uses: dtolnay/rust-toolchain@stable
7474
with:
75-
toolchain: 1.81
75+
toolchain: 1.84
7676
targets: ${{ matrix.config.target }}
7777
- name: Install Spin
7878
uses: rajatjindal/setup-actions/spin@main

0 commit comments

Comments
 (0)