diff --git a/Cargo.lock b/Cargo.lock index 65f5cc4..4595fab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1522,7 +1522,7 @@ dependencies = [ [[package]] name = "msg_tool" -version = "0.4.0-alpha.1" +version = "0.4.0-alpha.2" dependencies = [ "adler", "aes", @@ -1588,7 +1588,9 @@ dependencies = [ [[package]] name = "msg_tool_build" -version = "0.4.0-alpha.1" +version = "0.4.0-alpha.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8386042ba7f224865098b365961d45df240b4f43ac6c8e279d16616ae25188ae" dependencies = [ "json", "zstd", @@ -1606,7 +1608,9 @@ dependencies = [ [[package]] name = "msg_tool_xp3data" -version = "0.4.0-alpha.1" +version = "0.4.0-alpha.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2406845429faea2b0e50e5ab0e5b58e10758cdd24de5dc0b372fb021f9596448" dependencies = [ "msg_tool_build", "zstd", diff --git a/Cargo.toml b/Cargo.toml index 50a33c0..0dbe9ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "msg_tool" -version = "0.4.0-alpha.1" +version = "0.4.0-alpha.2" edition = "2024" repository = "https://github.com/lifegpc/msg-tool" description = "A command-line tool for exporting, importing, packing, and unpacking script files." @@ -44,7 +44,7 @@ md5 = { version = "0.8", optional = true } memchr = { version = "2.7", optional = true } mozjpeg = { version = "0.10", optional = true } msg_tool_macro = { version = "0.4.0-alpha.1" } -msg_tool_xp3data = { path = "./msg_tool_xp3data", optional = true } +msg_tool_xp3data = { version = "0.4.0-alpha.2", optional = true } num_cpus = "1.17" overf = "0.1" parse-size = { version = "1.1", optional = true } diff --git a/msg_tool_build/Cargo.toml b/msg_tool_build/Cargo.toml index 2bfa71a..a4abc39 100644 --- a/msg_tool_build/Cargo.toml +++ b/msg_tool_build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "msg_tool_build" -version = "0.4.0-alpha.1" +version = "0.4.0-alpha.2" edition = "2024" repository = "https://github.com/lifegpc/msg-tool" description = "Build time library for the msg-tool project." diff --git a/msg_tool_xp3data/Cargo.toml b/msg_tool_xp3data/Cargo.toml index ede7a81..3985f6e 100644 --- a/msg_tool_xp3data/Cargo.toml +++ b/msg_tool_xp3data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "msg_tool_xp3data" -version = "0.4.0-alpha.1" +version = "0.4.0-alpha.2" edition = "2024" repository = "https://github.com/lifegpc/msg-tool" description = "XP3 data for the msg-tool project." @@ -19,4 +19,4 @@ unstable = ["msg_tool_build/unstable"] all-features = true [build-dependencies] -msg_tool_build = { path = "../msg_tool_build", features = ["kirikiri-arc"] } +msg_tool_build = { version = "0.4.0-alpha.2", features = ["kirikiri-arc"] }