Skip to content

Commit

Permalink
style: use workspace.version
Browse files Browse the repository at this point in the history
  • Loading branch information
bestgopher committed Sep 16, 2024
1 parent 15fe083 commit 9826044
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wakatime-zed"
version = "0.1.2"
version.workspace = true
edition = "2021"

[dependencies]
Expand All @@ -13,6 +13,9 @@ crate-type = ["cdylib"]
[workspace]
members = ["wakatime-ls"]

[workspace.package]
version = "0.1.2"

[profile.dist]
inherits = "release"
lto = "thin"
Expand Down
2 changes: 1 addition & 1 deletion wakatime-ls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wakatime-ls"
version = "0.1.2"
version.workspace = true
edition = "2021"
repository = "https://github.com/bestgopher/wakatime-zed"

Expand Down

0 comments on commit 9826044

Please sign in to comment.