commit | aa71372f349b89278d65c2d12db4c09303445f36 | [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:51:53 2025 +0000 |
tree | 74b22ed943e684050a2a475b0b8b1c53498bca68 | |
parent | b2ce308a37acd6c9c5d16cfc5daa60d7441efdfb [diff] [blame] |
Add tool for bumping images Skip-Release-Notes Change-Id: I500b01ef58b54680e52c04f3c4576b640e07e1be Depends-On: https://review.vexxhost.dev/c/atmosphere/+/557 (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/*" ]