summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorWill Daly2020-04-19 11:31:50 -0700
committerWill Daly2020-04-19 11:31:50 -0700
commit0f891d6abcb999882040430821699ff8cd2c6816 (patch)
treec7699fb65c7a3d88c85d1e748a08def1ef770d82 /.SRCINFO
parent82809795ff62bfe3beca076e133ce30c5f6cdd28 (diff)
downloadaur-0f891d6abcb999882040430821699ff8cd2c6816.tar.gz
Set the Rust toolchain to stable
Cargo fails with an error if the user hasn't configured a default toolchain. Passing the RUSTUP_TOOLCHAIN env var to the cargo build/test commands ensures that cargo uses the correct toolchain.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO2
1 files changed, 1 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d549a5b54bb1..c9577697b080 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = devlog
pkgdesc = Command-line tool for tracking your day-to-day software development work.
pkgver = 1.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wedaly/devlog
arch = x86_64
license = MIT