Skip to content

Commit

Permalink
Use workspace version
Browse files Browse the repository at this point in the history
  • Loading branch information
quackitsquinn committed May 16, 2024
1 parent 2296edb commit 867b27b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@

[package]
name = "lazuli"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[workspace]
members = ["lazuli_core", "lazuli_derive"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[workspace.package]
version = "0.1.0"


[dependencies]
lazuli_core = { path = "lazuli_core" }
Expand Down
2 changes: 1 addition & 1 deletion lazuli_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazuli_core"
version = "0.1.0"
version.workspace = true
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion lazuli_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazuli_derive"
version = "0.1.0"
version.workspace = true
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 867b27b

Please sign in to comment.