Skip to content

Commit 9b7f93b

Browse files
committed
Workaround to allow cargo patch on same repo
See rust-lang/cargo#10756 (comment)
1 parent e448537 commit 9b7f93b

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

edgelet/Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

edgelet/Cargo.toml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@ members = [
1515
]
1616

1717
[patch.'https://github.com/Azure/iot-identity-service']
18-
aziot-cert-client-async = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
19-
aziot-cert-common-http = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
20-
aziot-certd-config = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
21-
aziot-identity-client-async = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
22-
aziot-identity-common = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
23-
aziot-identity-common-http = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
24-
aziot-identityd-config = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
25-
aziot-key-client = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
26-
aziot-key-client-async = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
27-
aziot-key-common = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
28-
aziot-key-common-http = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
29-
aziot-key-openssl-engine = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
30-
aziot-keyd-config = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
31-
aziot-keys-common = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
32-
aziot-tpmd-config = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
33-
aziotctl-common = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
34-
cert-renewal = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
35-
config-common = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
36-
http-common = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
37-
logger = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
38-
openssl-build = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
39-
openssl-sys2 = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
40-
openssl2 = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
41-
pkcs11 = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
42-
pkcs11-sys = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
43-
test-common = { git = "https://github.com/Azure/iot-identity-service", branch = "feature/snapping" }
18+
aziot-cert-client-async = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
19+
aziot-cert-common-http = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
20+
aziot-certd-config = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
21+
aziot-identity-client-async = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
22+
aziot-identity-common = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
23+
aziot-identity-common-http = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
24+
aziot-identityd-config = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
25+
aziot-key-client = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
26+
aziot-key-client-async = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
27+
aziot-key-common = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
28+
aziot-key-common-http = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
29+
aziot-key-openssl-engine = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
30+
aziot-keyd-config = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
31+
aziot-keys-common = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
32+
aziot-tpmd-config = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
33+
aziotctl-common = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
34+
cert-renewal = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
35+
config-common = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
36+
http-common = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
37+
logger = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
38+
openssl-build = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
39+
openssl-sys2 = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
40+
openssl2 = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
41+
pkcs11 = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
42+
pkcs11-sys = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
43+
test-common = { git = "https://github.com/Azure//iot-identity-service", branch = "feature/snapping" }
4444

4545
[profile.dev]
4646
panic = 'abort'

0 commit comments

Comments
 (0)