Skip to content

Commit

Permalink
Use single workspace version for leptonic and leptonic-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lpotthast committed Sep 4, 2023
1 parent bb4d5a4 commit 440a9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion leptonic-theme/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptonic-theme"
version = "0.2.0"
version = { workspace = true }
edition = "2021"
rust-version = "1.60"
authors = ["Lukas Potthast <privat@lukas-potthast.de>"]
Expand Down
2 changes: 1 addition & 1 deletion leptonic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptonic"
version = "0.2.0"
version = { workspace = true }
edition = "2021"
rust-version = "1.70"
authors = ["Lukas Potthast <privat@lukas-potthast.de>"]
Expand Down

0 comments on commit 440a9de

Please sign in to comment.