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 1812186 commit b052974Copy full SHA for b052974
crates/artifacts/vyper/src/settings.rs
@@ -82,7 +82,7 @@ impl VyperSettings {
82
// Unsupported selections.
83
#[rustfmt::skip]
84
selection.retain(|selection| {
85
- if *version <= VYPER_0_4 {
+ if *version < VYPER_0_4 {
86
if matches!(
87
selection.as_str(),
88
| "evm.bytecode.sourceMap" | "evm.deployedBytecode.sourceMap"
0 commit comments