Skip to content

Commit

Permalink
Require alpha 121 (new bitmap calls)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Corry committed Nov 16, 2023
1 parent 756d57a commit a4468da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup constants
shell: bash
run: |
TOIT_VERSION=v2.0.0-alpha.107
TOIT_VERSION=v2.0.0-alpha.121
echo "TOIT_VERSION=$TOIT_VERSION" >> $GITHUB_ENV
export DOWNLOAD_DIR="${{ github.workspace }}/downloads"
echo "DOWNLOAD_DIR=$DOWNLOAD_DIR" >> $GITHUB_ENV
Expand Down
2 changes: 2 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: pixel_display
description: Common code to drive all pixel-based displays.
environment:
sdk: ^2.0.0-alpha.121
dependencies:
png_tools:
path: ../toit-png-tools
2 changes: 2 additions & 0 deletions tests/package.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
environment:
sdk: ^2.0.0-alpha.121
dependencies:
host:
url: github.com/toitlang/pkg-host
Expand Down

0 comments on commit a4468da

Please sign in to comment.