Skip to content

Commit

Permalink
build(esteem): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jul 12, 2022
1 parent 728e6c6 commit 560a5b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions packages/esteem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esteem"
version = "0.3.1"
version = "0.3.2"
description = "A small and fast monorepo manager for NX workspaces"
repository = "https://github.com/IgnisDa/developrs"
categories = ["package-manager", "monorepo"]
Expand All @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
clap = { version = "3.0.4", features = ["derive", "cargo"] }
env_logger = "0.9.0"
indexmap = {version = "1.7.0", features = ["serde"] }
indexmap = { version = "1.7.0", features = ["serde"] }
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

0 comments on commit 560a5b4

Please sign in to comment.