Skip to content

Commit

Permalink
build(release): Bump to v0.13.36 🛠
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Oct 27, 2021
1 parent aae95fc commit 2738f41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taskwarrior-tui"
version = "0.13.35"
version = "0.13.36"
license = "MIT"
description = "A Taskwarrior Terminal User Interface"
repository = "https://github.com/kdheepak/taskwarrior-tui/"
Expand Down Expand Up @@ -54,7 +54,9 @@ buildflags = ["--release"]
taskwarrior-tui = { path = "/usr/bin/taskwarrior-tui" }

[profile.release]
debug = true
debug = 1
incremental = true
lto = "off"

[build-dependencies]
clap = "3.0.0-beta.4"
Expand Down

0 comments on commit 2738f41

Please sign in to comment.