Skip to content

Commit d081d3a

Browse files
authoredDec 6, 2024
Updates (#23)
1 parent cfd5aec commit d081d3a

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed
 

‎.github/workflows/build.yml

-5
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ jobs:
5151
profile: minimal
5252
components: clippy
5353
default: true
54-
55-
- name: caching
56-
uses: Swatinem/rust-cache@v1
57-
with:
58-
key: ${{ matrix.target }}-a # suffix for cache busting
5954

6055
- name: check
6156
uses: actions-rs/cargo@v1

‎.rustfmt.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
max_width = 120
22
use_field_init_shorthand = true
33
use_try_shorthand = true
4-
imports_granularity = "Crate"
54
edition = "2018"

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
name = "ktx2"
77
version = "0.3.0"
88
authors = ["Benjamin Saunders <ben.e.saunders@gmail.com>", "Connor Fitzgerald <connorwadefitzgerald@gmail.com>", "f3kilo <f3kilo@yandex.ru>"]
9-
edition = "2018"
9+
edition = "2021"
1010
description = "Parser for the ktx2 texture container format"
1111
readme = "README.md"
1212
repository = "https://github.com/BVE-Reborn/ktx2"

0 commit comments

Comments
 (0)