Skip to content

Commit 6d60897

Browse files
authored
Clean up azure_core doc examples (#3349)
Also upgraded `include-file` and disables non-markdown features for faster compilation.
1 parent c1411ba commit 6d60897

File tree

8 files changed

+204
-257
lines changed

8 files changed

+204
-257
lines changed

Cargo.lock

Lines changed: 3 additions & 2 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
@@ -109,7 +109,7 @@ futures = "0.3"
109109
getrandom = { version = "0.3" }
110110
gloo-timers = { version = "0.3" }
111111
hmac = { version = "0.12" }
112-
include-file = { version = "0.5.0" }
112+
include-file = { version = "0.5.1", default-features = false }
113113
litemap = "0.7.4"
114114
openssl = { version = "0.10.72" }
115115
opentelemetry = { version = "0.30", features = ["trace"] }

sdk/core/azure_core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ azure_security_keyvault_certificates.path = "../../keyvault/azure_security_keyva
4545
azure_security_keyvault_secrets.path = "../../keyvault/azure_security_keyvault_secrets"
4646
criterion.workspace = true
4747
http = "1.3.1"
48+
include-file.workspace = true
4849
json-patch = "4.1.0"
4950
reqwest.workspace = true
5051
thiserror.workspace = true

0 commit comments

Comments
 (0)