File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ quant = ["dep:lnmp-quant"]
2828
2929[dev-dependencies ]
3030criterion = { version = " 0.5" , features = [" html_reports" ] }
31- lnmp-envelope = { workspace = true }
32- lnmp-sfe = { workspace = true }
33- lnmp-codec = { workspace = true }
34- lnmp-llb = { workspace = true }
31+ lnmp-envelope = { path = " ../lnmp-envelope " }
32+ lnmp-sfe = { path = " ../lnmp-sfe " }
33+ lnmp-codec = { path = " ../lnmp-codec " }
34+ lnmp-llb = { path = " ../lnmp-llb " }
3535
3636[[bench ]]
3737name = " core_benchmarks"
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ byteorder = "1.4"
1717
1818[dev-dependencies ]
1919criterion = " 0.5"
20- lnmp-core = { workspace = true }
21- lnmp-codec = { workspace = true }
20+ lnmp-core = { path = " ../lnmp-core " }
21+ lnmp-codec = { path = " ../lnmp-codec " }
2222
2323[[bench ]]
2424name = " embedding_bench"
You can’t perform that action at this time.
0 commit comments