Skip to content

Commit

Permalink
Prepare 0.14.0 (#396)
Browse files Browse the repository at this point in the history
* Prepare 0.14.0
* Update MSRV to 1.76.0

And minimal Rust version to build the crate is now 1.66.0 (from wgpu dependencies).
  • Loading branch information
parasyte authored Sep 22, 2024
1 parent befb84a commit 9bdf8a2
Show file tree
Hide file tree
Showing 6 changed files with 510 additions and 387 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
rust:
- stable
- beta
- 1.70.0
- 1.76.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
rust:
- stable
- beta
- 1.70.0
- 1.76.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
strategy:
matrix:
rust:
- 1.64.0
- 1.66.0
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/target
target/
Loading

0 comments on commit 9bdf8a2

Please sign in to comment.