@@ -12,13 +12,13 @@ categories = ["data-structures", "algorithms", "rust-patterns", "no-std"]
1212[dependencies ]
1313orx-iterable = { version = " 1.3.0" , default-features = false }
1414orx-pseudo-default = { version = " 2.1.0" , default-features = false }
15- orx-pinned-vec = " 3.16.0"
15+ orx-pinned-vec = { version = " 3.16.0" , default-features = false }
1616orx-self-or = " 1.2.0"
1717serde = { version = " 1.0.219" , optional = true , default-features = false }
18- orx-split-vec = { git = " https://github.com/orxfun/orx-split-vec " , branch = " new-concurrent-iter-version " , default-features = false }
19- orx-selfref-col = { git = " https://github.com/orxfun/orx-selfref-col " , branch = " new-pinned-vector-versions " , default-features = false }
20- orx-concurrent-iter = { git = " https://github.com/orxfun/orx-concurrent-iter " , branch = " relaxing-send-trait-bound " , default-features = false }
21- orx-parallel = { git = " https://github.com/orxfun/orx-parallel " , branch = " relaxing-send-trait-bound " , default-features = false , optional = true }
18+ orx-split-vec = { version = " 3.17.0 " , default-features = false }
19+ orx-selfref-col = { version = " 2.9.0 " , default-features = false }
20+ orx-concurrent-iter = { version = " 2.1.0 " , default-features = false }
21+ orx-parallel = { version = " 2.1.0 " , default-features = false , optional = true }
2222
2323[dev-dependencies ]
2424clap = { version = " 4.5.38" , features = [" derive" ] }
0 commit comments