commit | 7f6414c93f48dca1677c67a19ad4b5de6b233209 | [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 02:47:24 2025 +0000 |
tree | 4c0cd93fda6ed1a5f6fd6446f4bfca1d3d133e9e | |
parent | b0cc0650a62642ecee6fd7d8aa850d5c1b627033 [diff] [blame] |
Add tool for bumping images Skip-Release-Notes Change-Id: I500b01ef58b54680e52c04f3c4576b640e07e1be
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/*" ]