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:
@@ -17,6 +17,6 @@ serde_json = "1.0.140"
|
||||
chacha20poly1305 = "0.10.1"
|
||||
k256 = { version = "0.13.4", features = ["ecdh"] }
|
||||
sha2 = "0.10.9"
|
||||
kv = { git = "https://git.ourworld.tf/samehabouelsaad/sal-modular", package = "kvstore", rev = "9dce815daa" }
|
||||
kv = { git = "https://git.threefold.info/samehabouelsaad/sal-modular", package = "kvstore", rev = "9dce815daa" }
|
||||
bincode = { version = "2.0.1", features = ["serde"] }
|
||||
pbkdf2 = "0.12.2"
|
||||
|
Reference in New Issue
Block a user