chore: update spel

This updates the spel dependency, which introduces a breaking change.
To make reviewing changes easier from other changes, this update comes
in a separate commit.
This commit is contained in:
r4bbit
2026-05-12 11:47:35 +02:00
parent f4a0aaf8d0
commit ceb8a4b597
18 changed files with 63 additions and 93 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ name = "idl-gen"
path = "src/main.rs"
[dependencies]
spel-framework-core = { git = "https://github.com/logos-co/spel.git", rev = "338129a5209e46d433bb068c96ab2eb7cc2601d9", features = [
spel-framework-core = { git = "https://github.com/logos-co/spel.git", rev = "ba6e87d086ed85c5ac095325d8a28f02e3d33ca2", features = [
"idl-gen",
] }
serde_json = "1.0"