Skip to content

Commit

Permalink
build: enable incremental compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Dec 22, 2024
1 parent c5353fe commit 7b6bb00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ keywords = ["discord-rpc", "discord", "rich-presence", "neovim", "plugin"]
license = "Apache-2.0"
name = "cord-nvim"
repository = "https://github.com/vyfor/cord.nvim"
version = "0.0.2"
version = "0.0.3"
rust-version = "1.85"

[[bin]]
name = "cord"
path = "src/main.rs"

[profile.release]
incremental = true

0 comments on commit 7b6bb00

Please sign in to comment.