Skip to content

Commit

Permalink
misc: workspace versioning (#4)
Browse files Browse the repository at this point in the history
Have all the packages get their version from the workspace.
  • Loading branch information
chesedo authored Aug 9, 2024
1 parent 91a3102 commit 910f4d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[workspace.package]
version = "0.1.0"

[workspace]

members = [
Expand Down
2 changes: 1 addition & 1 deletion despatma-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "despatma-lib"
version = "0.1.0"
version.workspace = true
authors = ["chesedo <[email protected]>"]
edition = "2021"
description = "Common tokens for Despatma"
Expand Down
2 changes: 1 addition & 1 deletion despatma-test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "despatma-test-helpers"
version = "0.1.0"
version.workspace = true
authors = ["chesedo <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion despatma/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "despatma"
version = "0.1.0"
version.workspace = true
authors = ["chesedo <[email protected]>"]
edition = "2021"
description = "Design Pattern Macro like Loki"
Expand Down

0 comments on commit 910f4d2

Please sign in to comment.