Skip to content

Commit

Permalink
Updated environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sytherax committed Jul 5, 2024
1 parent a4ab5f3 commit da2cd04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
environment: crates.io

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions example/src/shader_bindings.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// File automatically generated by wgsl_bindgen^
//
// ^ wgsl_bindgen version 0.12.0
// ^ wgsl_bindgen version 0.13.0
// Changes made to this file will not be saved.
// SourceHash: 1700d80ea54b0209f3047979b27932bae365a5010310c4001f2a589789ad1e04
// SourceHash: 112bfdc89aaa10c3f61563be4e9b48031c48faa832509d6d311f6d8a64e00ece

#![allow(unused, non_snake_case, non_camel_case_types, non_upper_case_globals)]
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
Expand Down

0 comments on commit da2cd04

Please sign in to comment.