chore: Update Gitea host and Zinit client dependency

- Updated the Gitea host URL in `.roo/mcp.json` and `Cargo.toml`
  to reflect the change from `git.ourworld.tf` to `git.threefold.info`.
- Updated the `zinit-client` dependency in `Cargo.toml` to version
  `0.3.0`.  This ensures compatibility with the updated repository.
- Updated file paths in example files to reflect the new repository URL.
This commit is contained in:
Mahmoud-Emad
2025-06-15 20:36:02 +03:00
parent c0e11c6510
commit 5194f5245d
17 changed files with 241 additions and 220 deletions

View File

@@ -1,4 +1,4 @@
// File: /root/code/git.ourworld.tf/herocode/sal/examples/container_example.rs
// File: /root/code/git.threefold.info/herocode/sal/examples/container_example.rs
use std::error::Error;
use sal::virt::nerdctl::Container;