Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan26 committed Sep 30, 2024
1 parent 40e8fab commit 609e81a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zung"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Ishaan Goel <[email protected]>"]
description = "A monolith of rust projects"
Expand All @@ -14,6 +14,6 @@ members = ["zung_mini"]
resolver = "2"

[dependencies]
zung_mini = { version = "0.1.2", path = "./zung_mini" }
zung_mini = { version = "0.2.0", path = "./zung_mini" }
anstyle = "1.0.8"
clap = { version = "4.5.18", features = ["derive"] }
2 changes: 1 addition & 1 deletion zung_mini/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zung_mini"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
authors = ["Ishaan Goel <[email protected]>"]
description = "Mini rust projects that target specific features of rust"
Expand Down

0 comments on commit 609e81a

Please sign in to comment.