Skip to content

Commit

Permalink
update cargo config so that the versioning is matching
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghugo committed Nov 16, 2024
1 parent 5865c6b commit e2d00f7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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) <[email protected]>" ]
version = "0.3.0"
edition = "2021"
4 changes: 2 additions & 2 deletions gchimp-native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gchimp-native"
version = "0.1.0"
edition = "2021"
version.workspace = true
edition.workspace = true

[dependencies]
# local dependencies
Expand Down
4 changes: 2 additions & 2 deletions gchimp-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 2 additions & 3 deletions gchimp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[package]
name = "gchimp"
authors = [ "Lê Hàn Minh Khang (Khang Le) <[email protected]>" ]
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

Expand Down

0 comments on commit e2d00f7

Please sign in to comment.