We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c77af3 commit 5e823bcCopy full SHA for 5e823bc
fortanix-vme/eif-tools/src/bin/ftxvme-runner-cargo.rs
@@ -98,7 +98,7 @@ struct CargoTomlMetadata {
98
}
99
100
#[derive(Serialize, Deserialize, Debug)]
101
-#[serde(rename_all = "kebab-case", default)]
+#[serde(rename_all = "kebab-case", default, deny_unknown_fields)]
102
#[rustfmt::skip] // contains long lines because of links and they may wrapped by mistake
103
/// This config is mainly intended for args of ftxvme-elf2eif and nitro-cli run-enclave.
104
/// See their args documentation for more info about these opts:
0 commit comments