chore: SDK URL → git.flemming.ai/fai/module-sdk-rust

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 <sf@flemming.it>
This commit is contained in:
flemming-it 2026-05-26 13:16:53 +02:00
parent 734d8f6e6f
commit 6e2b4df948
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -50,7 +50,7 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]] [[package]]
name = "fai-module-sdk" name = "fai-module-sdk"
version = "0.1.2" 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 = [ dependencies = [
"fai-module-sdk-macros", "fai-module-sdk-macros",
"serde", "serde",
@ -62,7 +62,7 @@ dependencies = [
[[package]] [[package]]
name = "fai-module-sdk-macros" name = "fai-module-sdk-macros"
version = "0.1.2" 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 = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

@ -18,7 +18,7 @@ rust-version = "1.85"
crate-type = ["cdylib", "rlib"] crate-type = ["cdylib", "rlib"]
[dependencies] [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 = { version = "1", features = ["derive"] }
serde_json = "1" serde_json = "1"
# Regex without the unicode-perl / unicode-script / unicode-segment # Regex without the unicode-perl / unicode-script / unicode-segment