You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main, docker, non-docker - the same problem.
(30363a2) was my last chance to start rust example.
.../chidori/examples/rust/top-ai-launches-hn (30363a2) $ cargo check
Updating crates.io index
error: failed to select a version for `syn`.
... required by package `deno_ops v0.70.0`
... which satisfies dependency `deno_ops = "^0.70.0"` of package `deno_core v0.192.0`
... which satisfies dependency `deno_core = "^0.192.0"` of package `prompt-graph-exec v0.1.23`
... which satisfies dependency `prompt-graph-exec = "^0.1.0"` of package `chidori v0.1.26`
... which satisfies dependency `chidori = "^0.1.26"` of package `top-ai-launches-hn v0.1.0 (/workspaces/chidori/examples/rust/top-ai-launches-hn)`
versions that meet the requirements `=2.0.18` are: 2.0.18
all possible versions conflict with previously selected packages.
previously selected package `syn v2.0.31`
... which satisfies dependency `syn = "^2.0.31"` of package `zerocopy-derive v0.7.31`
... which satisfies dependency `zerocopy-derive = "=0.7.31"` of package `zerocopy v0.7.31`
... which satisfies dependency `zerocopy = "^0.7.0"` of package `ahash v0.8.4`
... which satisfies dependency `ahash = "^0.8.0"` of package `hashbrown v0.14.0`
... which satisfies dependency `hashbrown = "^0.14"` of package `hnsw_rs_thousand_birds v0.1.20`
... which satisfies dependency `hnsw_rs_thousand_birds = "^0.1.20"` of package `prompt-graph-exec v0.1.23`
... which satisfies dependency `prompt-graph-exec = "^0.1.0"` of package `chidori v0.1.26`
... which satisfies dependency `chidori = "^0.1.26"` of package `top-ai-launches-hn v0.1.0 (/workspaces/chidori/examples/rust/top-ai-launches-hn)`
failed to select a version for `syn` which could resolve this conflict
The text was updated successfully, but these errors were encountered:
main, docker, non-docker - the same problem.
(30363a2) was my last chance to start rust example.
The text was updated successfully, but these errors were encountered: