-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I'm seeing Error::UnsupportedFeature("enums") when attempting to deserialize a simple enum:
#[derive(Deserialize)]
enum InstallType {
BasicMsi,
InstallScript,
BasicMsiWithInstallScript,
Unknown,
InstallScriptUnicode,
}With this ini:
[Startup]
ScriptDriven=1Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels