snippets: Release 0.0.5 (#13434)
Fix invalid platform name on Linux. Related to: https://github.com/zed-industries/zed/pull/13253#issuecomment-2185323702 Release Notes: - N/A
This commit is contained in:
parent
73de99bee0
commit
78bc3a9a36
4 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ impl SnippetExtension {
|
|||
},
|
||||
os = match platform {
|
||||
zed::Os::Mac => "apple-darwin",
|
||||
zed::Os::Linux => "unknown-linux-musl",
|
||||
zed::Os::Linux => "unknown-linux-gnu",
|
||||
zed::Os::Windows => "pc-windows-msvc",
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue