Skip to content

Commit 2dde395

Browse files
committed
Fix feature flag name to match convention
1 parent b5ff02f commit 2dde395

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

attested-tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ anyhow = "1.0.100"
2020
pem-rfc7468 = { version = "0.7.0", features = ["std"] }
2121
configfs-tsm = "0.0.2"
2222
rand_core = { version = "0.6.4", features = ["getrandom"] }
23-
dcap-qvl = { git = "https://github.com/flashbots/dcap-qvl.git", branch = "peg/azure-outdated-tcp-override", features = ["danger_allow_tcb_override"] }
23+
dcap-qvl = { git = "https://github.com/flashbots/dcap-qvl.git", branch = "peg/azure-outdated-tcp-override", features = ["danger-allow-tcb-override"] }
2424
hex = "0.4.3"
2525
http = "1.3.1"
2626
serde_json = "1.0.145"

0 commit comments

Comments
 (0)