Skip to content

Commit

Permalink
chore(deps): bump deno to 1.39.0 (#524)
Browse files Browse the repository at this point in the history
### Describe your change

Brings in the latest deno version fixing the incompatibility it
introduces.

This also bumps rust to `1.74.1`, needed to support latest deno.

### Motivation and context

There's a bug in 1.38.1 around something called "promise rings".

### Migration notes

No changes required by end users.

### Checklist

- [ ] The change come with new or modified tests
- [ ] Hard-to-understand functions have explanatory comments
- [ ] End-user documentation is updated to reflect the change
  • Loading branch information
Yohe-Am authored Dec 15, 2023
1 parent 236b512 commit e193ea1
Show file tree
Hide file tree
Showing 9 changed files with 251 additions and 383 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
PYTHON_VERSION: "3.8"
POETRY_VERSION: "1.7.0"
DENO_VERSION: "1.38.1"
DENO_VERSION: "1.38.5"
REGISTRY_IMAGE: ghcr.io/${{ github.repository_owner }}/typegate
WASM_TOOLS_VERSION: "1.0.45"
JCO_VERSION: "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
PYTHON_VERSION: "3.8"
PROTOC_VERSION: "v24.x"
POETRY_VERSION: "1.7.0"
DENO_VERSION: "1.38.1"
DENO_VERSION: "1.38.5"
PNPM_VERSION: "8.8.0"
NODE_VERSION: "20.8.0"
WASM_TOOLS_VERSION: "1.0.45"
Expand Down
Loading

0 comments on commit e193ea1

Please sign in to comment.