Skip to content

Commit 51ca682

Browse files
shisoftclaude
andcommitted
Merge feature/multi-db-runtime into develop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 parents ccd700f + c6ecb00 commit 51ca682

114 files changed

Lines changed: 21107 additions & 4558 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@ log4rs = "*"
2929
env_logger = "0.11"
3030
yaml-rust = "*"
3131
serde_yaml = "*"
32-
rand = "0.9"
32+
rand = { version = "0.10" }
3333
libc = "*"
3434
num_cpus = "1.16.0"
3535
num-traits = "0.2.19"
3636
bincode = { version = "2", features = ["derive", "serde"] }
3737
lz4_flex = "0.11"
3838
async-std = "1"
3939
ahash = "0.8.11"
40-
rand_distr = "0.5.1"
4140
once_cell = "1.21.3"
4241
itertools = "0.14.0"
4342
moka = "0.12"
@@ -119,3 +118,4 @@ debug = true
119118
lto = true
120119
panic = 'unwind'
121120
strip = "none"
121+

0 commit comments

Comments
 (0)