From 6e2b4df9483e0e8324475c8b35f8f98ac0aa014c Mon Sep 17 00:00:00 2001 From: flemming-it Date: Tue, 26 May 2026 13:16:53 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20SDK=20URL=20=E2=86=92=20git.flemming.a?= =?UTF-8?q?i/fai/module-sdk-rust?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The fai-module-sdk repo was renamed from `fai/module-sdk` to `fai/module-sdk-rust` to align with the three SDK families convention (base + language suffix). Pin updated accordingly. The old git.flemming.ws URL is also retired in this pass. Signed-off-by: flemming-it --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f802e8..bbf3dd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,7 +50,7 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "fai-module-sdk" version = "0.1.2" -source = "git+https://git.flemming.ai/fai/module-sdk.git?branch=main#f209fbc86f531b53e576f3cdbdf75750eef3b07a" +source = "git+https://git.flemming.ai/fai/module-sdk-rust.git?branch=main#f209fbc86f531b53e576f3cdbdf75750eef3b07a" dependencies = [ "fai-module-sdk-macros", "serde", @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "fai-module-sdk-macros" version = "0.1.2" -source = "git+https://git.flemming.ai/fai/module-sdk.git?branch=main#f209fbc86f531b53e576f3cdbdf75750eef3b07a" +source = "git+https://git.flemming.ai/fai/module-sdk-rust.git?branch=main#f209fbc86f531b53e576f3cdbdf75750eef3b07a" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f46dd21..a18da10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ rust-version = "1.85" crate-type = ["cdylib", "rlib"] [dependencies] -fai-module-sdk = { git = "https://git.flemming.ai/fai/module-sdk.git", branch = "main" } +fai-module-sdk = { git = "https://git.flemming.ai/fai/module-sdk-rust.git", branch = "main" } serde = { version = "1", features = ["derive"] } serde_json = "1" # Regex without the unicode-perl / unicode-script / unicode-segment