Skip to content

Commit ae87ae4

Browse files
committed
allow driver -> macros arc to be in the crate Cargo.toml
1 parent 7f84151 commit ae87ae4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

eng/scripts/verify-dependencies.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ static EXEMPTIONS: &[(&str, &str)] = &[
2323
("azure_core", "ureq"),
2424
("azure_core_test", "dotenvy"),
2525
("azure_canary", "serde"),
26+
// The driver references the macros by version so we can avoid shipping them every time.
27+
// However, the macros truly are a local Cosmos-only dependency, so putting it in the workspace doesn't make sense
28+
("azure_data_cosmos_driver", "azure_data_cosmos_macros"),
2629
];
2730

2831
fn main() {

0 commit comments

Comments
 (0)