makedeb
The Rust programming language toolchain
Click here to go back to the commit logs for rustc.
Hash: 5c887372685c96200b2ef432ddad2166549d3116
Message: Removed unused 'changelog-seen' variable from config.toml
diff --git a/.SRCINFO b/.SRCINFO
index 2981110..5abd0a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgname = rust-src
pkgname = rustfmt
pkgbase = rustc
pkgdesc = The Rust programming language toolchain
-pkgrel = 1
+pkgrel = 2
pkgver = 1.79.0
url = https://www.rust-lang.org
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4eb0f88..d29861a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgname=(
'rustfmt'
)
pkgver=1.79.0
-pkgrel=1
+pkgrel=2
pkgdesc='The Rust programming language toolchain'
arch=('any')
makedepends=(
diff --git a/config.toml b/config.toml
index 7f5bde7..c8ff827 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,3 @@
-changelog-seen = 2
-
[llvm]
# This makes builds quicker, which is beneficial for the already long Rust
# builds.