Skip to content

Commit

Permalink
fix: each crate should have it's own version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Apneseth authored and praveenperera committed Apr 12, 2024
1 parent be8b086 commit d70630e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ resolver = "2"

[workspace.package]
authors = ["Praveen Perera <[email protected]>"]
version = "0.21.1"
edition = "2021"
license = "Apache-2.0"
homepage = "https://github.com/avencera/rustywind"
Expand Down
2 changes: 1 addition & 1 deletion rustywind-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "rustywind"
version = "0.21.1"
description = "A CLI to sort tailwind CSS classes"
documentation = "https://docs.rs/rustywind"
authors.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rustywind-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "rustywind_core"
version = "0.1.0"
description = "A library for sorting tailwind CSS classes"
documentation = "https://docs.rs/rustywind_core"
authors.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down
3 changes: 2 additions & 1 deletion rustywind-vite/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "rustywind_vite"
version = "0.1.0"
description = "Additional functionality for rustywind_core specific to Vite"
documentation = "https://docs.rs/rustywind_vite"
authors.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit d70630e

Please sign in to comment.