From e2d00f74af232f302ec52fc0f3802417cd4535bb Mon Sep 17 00:00:00 2001 From: khang Date: Sat, 16 Nov 2024 09:14:51 -0500 Subject: [PATCH] update cargo config so that the versioning is matching --- Cargo.lock | 6 +++--- Cargo.toml | 5 +++++ gchimp-native/Cargo.toml | 4 ++-- gchimp-web/Cargo.toml | 4 ++-- gchimp/Cargo.toml | 5 ++--- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55d3269..8aa86a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1682,7 +1682,7 @@ checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a" [[package]] name = "gchimp" -version = "0.2.3" +version = "0.3.0" dependencies = [ "bsp", "clap", @@ -1712,7 +1712,7 @@ dependencies = [ [[package]] name = "gchimp-native" -version = "0.1.0" +version = "0.3.0" dependencies = [ "arboard", "bsp", @@ -1737,7 +1737,7 @@ dependencies = [ [[package]] name = "gchimp-web" -version = "0.1.0" +version = "0.3.0" dependencies = [ "console_error_panic_hook", "gchimp", diff --git a/Cargo.toml b/Cargo.toml index b4454dd..94a813d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,7 @@ [workspace] members = ["map", "smd", "qc" , "wad", "bsp", "byte_writer", "vtf", "gchimp", "gchimp-native", "gchimp-web"] + +[workspace.package] +authors = [ "Lê Hàn Minh Khang (Khang Le) " ] +version = "0.3.0" +edition = "2021" \ No newline at end of file diff --git a/gchimp-native/Cargo.toml b/gchimp-native/Cargo.toml index 1a760c3..0e4ad5c 100644 --- a/gchimp-native/Cargo.toml +++ b/gchimp-native/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gchimp-native" -version = "0.1.0" -edition = "2021" +version.workspace = true +edition.workspace = true [dependencies] # local dependencies diff --git a/gchimp-web/Cargo.toml b/gchimp-web/Cargo.toml index 0e5fa5e..b018973 100644 --- a/gchimp-web/Cargo.toml +++ b/gchimp-web/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gchimp-web" -version = "0.1.0" -edition = "2021" +version.workspace = true +edition.workspace = true [dependencies] console_error_panic_hook = "0.1.7" diff --git a/gchimp/Cargo.toml b/gchimp/Cargo.toml index d472a52..d366f73 100644 --- a/gchimp/Cargo.toml +++ b/gchimp/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "gchimp" -authors = [ "Lê Hàn Minh Khang (Khang Le) " ] -version = "0.2.3" -edition = "2021" +version.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html