Update to not recompile if code hasn't changed

This commit is contained in:
2026-03-22 21:56:40 -05:00
parent 1dcd456cb2
commit a0c1a4e006
4 changed files with 167 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "pallet"
version = "1.0.4"
version = "1.0.5"
edition = "2024"
description = "A project manager and build system for C inspired by Rust's Cargo"
@@ -10,4 +10,5 @@ clap_complete = "4.6.0"
colored = "3.1.1"
glob = "0.3.3"
serde = { version = "1.0.228", features = ["derive"] }
sha256 = "1.6.0"
toml = "1.0.7"