Skip to content

Commit

Permalink
bump kondo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbillington committed Dec 19, 2023
1 parent fb4c924 commit f421c1c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion kondo-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kondo-lib"
version = "0.7.0"
version = "0.8.0"
authors = ["Trent Billington <[email protected]>"]
edition = "2021"
description = "Shared code lib for kondo and kondo-ui."
Expand Down
4 changes: 2 additions & 2 deletions kondo-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kondo-ui"
version = "0.7.0"
version = "0.8.0"
authors = ["Trent Billington <[email protected]>"]
description = """
kondo-ui is a filesystem cleaning tool that recursively searches directories
Expand All @@ -21,7 +21,7 @@ druid = "0.7"

[dependencies.kondo-lib]
path = "../kondo-lib"
version = "0.7"
version = "0.8"

[profile.release]
incremental = false
Expand Down
4 changes: 2 additions & 2 deletions kondo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kondo"
version = "0.7.0"
version = "0.8.0"
authors = ["Trent Billington <[email protected]>"]
description = """
kondo is a filesystem cleaning tool that recursively searches directories
Expand All @@ -24,4 +24,4 @@ clap_complete = "4"

[dependencies.kondo-lib]
path = "../kondo-lib"
version = "0.7"
version = "0.8"

0 comments on commit f421c1c

Please sign in to comment.