dependency update (#42)
All checks were successful
Rust Build / Check (push) Successful in 39s
Rust Build / Test Suite (push) Successful in 32s
Rust Build / Rustfmt (push) Successful in 31s
Rust Build / Clippy (push) Successful in 29s
Rust Build / build (push) Successful in 41s

Reviewed-on: #42
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
2025-10-12 19:58:06 +00:00
committed by phoenix
parent f87c049ab3
commit bb0524ea62
2 changed files with 67 additions and 112 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "icarus_meta"
version = "0.3.0"
version = "0.3.1"
edition = "2024"
rust-version = "1.88"
@@ -8,4 +8,4 @@ rust-version = "1.88"
lofty = { version = "0.22.4" }
[dev-dependencies]
tempfile = { version = "3.20.0" }
tempfile = { version = "3.23.0" }