Skip to content

Commit 72d002a

Browse files
fix: remove path dep from airframe (use crates.io only in CI)
- Remove path = "../airframe" from Cargo.toml — CI checks out only shimmy repo, so ../airframe path never exists in CI builds - Keep version = "0.2.8" to resolve from crates.io - Regenerate Cargo.lock with airframe as registry (not path) dep - Airframe 0.2.8 published to crates.io with isf feature and airframe-observe dependency properly configured
1 parent 131812a commit 72d002a

2 files changed

Lines changed: 20 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 19 additions & 13 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
@@ -68,7 +68,7 @@ dirs = "5.0"
6868
reqwest = { version = "0.12", features = ["json", "rustls-tls", "stream"], default-features = false }
6969

7070
# Airframe native GPU inference — public crate on crates.io
71-
airframe = { path = "../airframe", version = "0.2.8", optional = true, features = ["isf"] }
71+
airframe = { version = "0.2.8", optional = true, features = ["isf"] }
7272

7373
[dev-dependencies]
7474
tokio-tungstenite = "0.20"

0 commit comments

Comments
 (0)