You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LUAFDN-1756 Manual deserialization of toml into toolspec struct (#79)
Making ToolSpec more generic to support other sources (specifically
Artifactory) by changing it from an enum into a struct. We can't rely on
Serde to deserialize the toml into a struct, so we need to deserialize
it ourselves
0 commit comments