Skip to content

Commit bd8e505

Browse files
committed
chore: lake-frontend via git ref (drop ../lake-frontend path)
Switch to `git = "https://github.com/morphqdd/lake_frontend.git", branch = "dev"` so CI runners + fresh clones can resolve the dependency without a sibling checkout. Verified: cargo fetched lake-frontend@dev (commit 6143667), built clean, 40 / 40 integration tests pass.
1 parent 3935861 commit bd8e505

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ base64ct = {version = "1.8.2", features = ['alloc']}
1515
cranelift = { version = "0.127.0", features = ["module", "native", "object"] }
1616
cranelift-wasm = "0.112.3"
1717
chumsky = { git = "https://github.com/zesterer/chumsky.git", features = ["pratt"] }
18-
lake-frontend = { path = "../lake-frontend" }
18+
lake-frontend = { git = "https://github.com/morphqdd/lake_frontend.git", branch = "dev" }
1919
num_cpus = "1.17.0"
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)