modified: Cargo.lock

modified:   Cargo.toml
This commit is contained in:
Michael Wain 2025-04-01 02:53:09 +03:00
parent a5a5b59719
commit a77bacc22f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 4
[[package]]
name = "CraftX"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"base64 0.22.1",
"dirs",

View File

@ -1,6 +1,6 @@
[package]
name = "CraftX"
version = "0.1.2"
version = "0.1.3"
edition = "2024"
build = "build.rs"