Skip to content

Commit fb16d2b

Browse files
committed
fix(ci): publish hyperdb-api-salesforce before hyperdb-api-core
hyperdb-api-core has an optional dependency on hyperdb-api-salesforce, so cargo publish verification fails if salesforce isn't on crates.io yet.
1 parent 2a720a1 commit fb16d2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ jobs:
142142
# window for small crates.
143143
sleep 45
144144
}
145-
publish hyperdb-api-core
146145
publish hyperdb-api-salesforce
146+
publish hyperdb-api-core
147147
publish hyperdb-api
148148
publish hyperdb-mcp
149149
publish hyperdb-bootstrap

hyperdb-api-salesforce/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ workspace = true
2929

3030
[dev-dependencies]
3131
rand = { workspace = true }
32-
hyperdb-api-core = { path = "../hyperdb-api-core", version = "=0.1.0-rc.1", features = ["salesforce-auth"] }
32+
hyperdb-api-core = { path = "../hyperdb-api-core", features = ["salesforce-auth"] }
3333
arrow = { version = "58.0", default-features = false, features = ["ipc"] }
3434
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3535
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)