Commit cef61c3
authored
Do not use workspace dependency for AMQP, EH (Azure#2595)
Fixes Azure#2551 in a different way since Azure#2574 effectively turns off default features.
I successfully ran the following as a test:
```bash
eng/scripts/verify-dependencies.rs
cargo test -p azure_security_keyvault_secrets
cargo +nightly -Zpackage-workspace package --allow-dirty -p typespec -p typespec_client_core -p typespec_macros -p azure_core -p azure_core_amqp -p azure_messaging_eventhubs -p azure_security_keyvault_secrets
```
This proves that `azure_core`'s default features were enabled - specifically the `reqwest_deflate` and `reqwest_gzip` feautres to enable their corresponding headers - and that we could package (and publish) versions this way.1 parent 5600e0a commit cef61c3
File tree
3 files changed
+2
-3
lines changed- sdk
- core/azure_core_amqp
- eventhubs/azure_messaging_eventhubs
3 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments