commit | fa2344877466a32bf64cea50ae1fb9a969c752e5 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Feb 17 16:02:00 2025 -0500 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Tue Feb 18 14:38:20 2025 +0000 |
tree | d4a913fbee6ce40b538c1c2b2afc625f7bd51b5d | |
parent | db194c07a3d9937418368f501f8959dc6c480ddf [diff] [blame] |
Add tool for bumping images Skip-Release-Notes Depends-On: https://review.vexxhost.dev/c/atmosphere/+/556 Change-Id: I500b01ef58b54680e52c04f3c4576b640e07e1be (cherry picked from commit 7f6414c93f48dca1677c67a19ad4b5de6b233209)
diff --git a/Cargo.toml b/Cargo.toml index 746bdd0..d874e76 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -7,4 +7,4 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] } [workspace] -members = [ "crates/ovsinit","crates/passwd", "crates/rustainers"] +members = [ "crates/*" ]