chore: prepare for rc version #34

Merged
reya merged 14 commits from feat/rc into master 2026-06-19 09:16:38 +00:00
2 changed files with 152 additions and 575 deletions
Showing only changes of commit f85c6cb040 - Show all commits

725
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -34,7 +34,7 @@ itertools = "0.13.0"
log = "0.4"
oneshot = "0.1.10"
flume = { version = "0.11.1", default-features = false, features = ["async", "select"] }
rust-embed = "8.5.0"
rust-embed = { version = "8.5", features = ["include-exclude"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
schemars = "1"