Skip to content

Commit 867b27b

Browse files
committed
Use workspace version
1 parent 2296edb commit 867b27b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11

22
[package]
33
name = "lazuli"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition = "2021"
66

77
[workspace]
88
members = ["lazuli_core", "lazuli_derive"]
9-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9+
10+
[workspace.package]
11+
version = "0.1.0"
12+
1013

1114
[dependencies]
1215
lazuli_core = { path = "lazuli_core" }

lazuli_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lazuli_core"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition = "2021"
55

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

lazuli_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lazuli_derive"
3-
version = "0.1.0"
3+
version.workspace = true
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)