diff --git a/programming/language/rust/actions.py b/programming/language/rust/actions.py
index aa63583287..a4230116ea 100755
--- a/programming/language/rust/actions.py
+++ b/programming/language/rust/actions.py
@@ -12,6 +12,7 @@ from pisi.actionsapi import get
def build():
+ shelltools.export("LC_ALL", "en_US.UTF-8")
shelltools.system("python ./x.py build")
diff --git a/programming/language/rust/files/bootstrap-config.toml b/programming/language/rust/files/bootstrap-config.toml
index f7d79a07cf..06e056ea2c 100755
--- a/programming/language/rust/files/bootstrap-config.toml
+++ b/programming/language/rust/files/bootstrap-config.toml
@@ -1,21 +1,19 @@
[llvm]
-ninja = true
+targets = "X86"
+
+link-shared = true
[build]
-python = "python2.7"
extended = true
-verbose = 0
-sanitizers = false
[install]
prefix = "/usr"
[rust]
-codegen-units = 1
-
-debuginfo = true
-debuginfo-lines = true
-
channel = "stable"
-
rpath = false
+
+codegen-tests = false
+
+[target.x86_64-unknown-linux-gnu]
+llvm-config = "/usr/bin/llvm-config"
diff --git a/programming/language/rust/files/old-bootstrap-config.toml b/programming/language/rust/files/old-bootstrap-config.toml
new file mode 100644
index 0000000000..f7d79a07cf
--- /dev/null
+++ b/programming/language/rust/files/old-bootstrap-config.toml
@@ -0,0 +1,21 @@
+[llvm]
+ninja = true
+
+[build]
+python = "python2.7"
+extended = true
+verbose = 0
+sanitizers = false
+
+[install]
+prefix = "/usr"
+
+[rust]
+codegen-units = 1
+
+debuginfo = true
+debuginfo-lines = true
+
+channel = "stable"
+
+rpath = false
diff --git a/programming/language/rust/pspec.xml b/programming/language/rust/pspec.xml
index 44ed85c0c0..020d48d7f9 100755
--- a/programming/language/rust/pspec.xml
+++ b/programming/language/rust/pspec.xml
@@ -12,7 +12,7 @@
app
Systems programming language focused on safety, speed and concurrency
Systems programming language focused on safety, speed and concurrency
- https://static.rust-lang.org/dist/rustc-1.27.0-src.tar.gz
+ https://static.rust-lang.org/dist/rustc-1.29.2-src.tar.gz
bootstrap-config.toml
@@ -63,6 +63,13 @@
+
+ 2018-10-27
+ 1.29.2
+ Version Bump.
+ PisiLinux Community
+ admins@pisilinux.org
+
2018-08-30
1.27.0