Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jinleili committed Oct 8, 2024
1 parent 61f9d0d commit 7623785
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ master ]
env:
RUST_VERSION: 1.76
RUST_VERSION: 1.79
CARGO_TERM_COLOR: always
jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: Install wasm-bindgen-cli
run: cargo install wasm-bindgen-cli --version=0.2.92
run: cargo install wasm-bindgen-cli --version=0.2.93

- name: Download Binaryen
run: |
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = [

[workspace.package]
edition = "2021"
rust-version = "1.76"
rust-version = "1.79"

[workspace.dependencies.image]
version = "0.24"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [《学习 wgpu》中文版](https://jinleili.github.io/learn-wgpu-zh/)

![Minimum Rust Version](https://img.shields.io/badge/min%20rust-1.76-green.svg)
![Minimum Rust Version](https://img.shields.io/badge/min%20rust-1.79-green.svg)
[![Build Status](https://github.com/jinleili/learn-wgpu-zh/workflows/Build/badge.svg?branch=master)](https://github.com/jinleili/learn-wgpu-zh/actions)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jinleili/learn-wgpu-zh/blob/master/LICENSE.MIT)

Expand Down

0 comments on commit 7623785

Please sign in to comment.