Skip to content

Commit 6c845b0

Browse files
authored
chore: bump patch versions for nodeup and cargo-mono (#300)
## Summary - bump `nodeup` from `0.1.1` to `0.1.2` - bump `cargo-mono` from `0.5.1` to `0.5.2` - update workspace lockfile package entries for both crates ## Testing - cargo test
1 parent f8e00da commit 6c845b0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cargo-mono/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-mono"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55
license = "MIT"
66
description = "Cargo subcommand for Rust monorepo management"

crates/nodeup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nodeup"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
license = "MIT"
66
description = "Rustup-like Node.js version manager"

0 commit comments

Comments
 (0)