From dca3daa25d267ce8542f36a203fd950b0a86d659 Mon Sep 17 00:00:00 2001 From: Andrew Kwon Date: Sat, 15 Jan 2022 22:46:06 -0800 Subject: [PATCH] Use new art asset for cargo files Resolves #51 --- lua/presence/file_assets.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/presence/file_assets.lua b/lua/presence/file_assets.lua index d52b7ff..6b557b7 100644 --- a/lua/presence/file_assets.lua +++ b/lua/presence/file_assets.lua @@ -62,8 +62,8 @@ return { ["CODE_OF_CONDUCT"] = { "Code of Conduct", "text" }, ["COMMIT_EDITMSG"] = { "git", "git" }, ["CONTRIBUTING"] = { "CONTRIBUTING", "text" }, - ["Cargo.lock"] = { "Cargo lockfile", "rust" }, - ["Cargo.toml"] = { "Cargo.toml", "rust" }, + ["Cargo.lock"] = { "Cargo lockfile", "cargo" }, + ["Cargo.toml"] = { "Cargo.toml", "cargo" }, ["Dockerfile"] = { "Docker", "docker" }, ["Gemfile"] = { "Gemfile", "ruby" }, ["Gemfile.lock"] = { "Gemfile lockfile", "ruby" },