Skip to content

Commit 146b595

Browse files
ruvnetruvnet
andcommitted
fix: resolve Cargo.toml merge conflict markers; regenerate Cargo.lock
The squash merge of #595 (sonic-ct) onto the rebased #566 (emergent-time) left unresolved conflict markers in Cargo.toml. Both crates are now correctly listed in the workspace exclude array. Also regenerates Cargo.lock to include both new crates. Co-Authored-By: claude-flow <ruv@ruv.net>
1 parent 62a0c3e commit 146b595

2 files changed

Lines changed: 14 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
[workspace]
22
exclude = ["external/ruqu", "external/rvdna", "examples/OSpipe", "examples/rvf", "crates/micro-hnsw-wasm", "crates/ruvector-hyperbolic-hnsw", "crates/ruvector-hyperbolic-hnsw-wasm", "examples/ruvLLM/esp32", "examples/ruvLLM/esp32-flash", "examples/edge-net", "examples/data", "examples/ruvLLM", "examples/delta-behavior", "crates/rvf", "crates/rvf/*", "crates/rvf/*/*", "examples/rvf-desktop", "crates/mcp-brain-server",
3-
<<<<<<< HEAD
4-
# emergent-time-wasm is a standalone cdylib with its own size-optimized
5-
# `[profile.release]` (opt-level="z") and a `panic = "abort"` profile for a
6-
# tiny wasm; excluded so it does not override the workspace opt-level=3.
3+
# emergent-time-wasm: standalone cdylib with own opt-level=z, panic=abort
74
"crates/emergent-time-wasm",
8-
=======
9-
# sonic-ct crates are self-contained detached workspaces (own [workspace]
10-
# tables) so their native + wasm builds stay fast and dependency-free.
5+
# sonic-ct crates: self-contained detached workspaces
116
"crates/sonic-ct", "crates/sonic-ct-wasm",
12-
>>>>>>> 9a0d2f196 (feat(sonic_ct): acoustic digital human workbench — Rust/WASM USCT + R3F UI)
137
# ruvector-postgres is a pgrx-based PostgreSQL extension. Its build script
148
# requires `$PGRX_HOME` set up via `cargo install cargo-pgrx --version 0.12.9`
159
# and `cargo pgrx init`, which downloads and builds multiple Postgres

0 commit comments

Comments
 (0)