diff --git a/programming/language/rust/actions.py b/programming/language/rust/actions.py
index cedaf9940d..d225fc99ea 100755
--- a/programming/language/rust/actions.py
+++ b/programming/language/rust/actions.py
@@ -22,19 +22,19 @@ WorkDir = "rustc-%s-src" %get.srcVERSION()
#At phase 2, rust will be built again with this newly built rust.
#Before phase 2, the lines below will be commented out.
-#RustBinDir = "rust-%s-x86_64-unknown-linux-gnu" %get.srcVERSION()
-#RustcDir = "%s/rustbin" %get.workDIR()
+RustBinDir = "rust-%s-x86_64-unknown-linux-gnu" %get.srcVERSION()
+RustcDir = "%s/rustbin" %get.workDIR()
#################################################################
def build():
#İkinci aşamada bu satırlar da yoruma çevrilecek.
#At phase 2, these lines also will be commented out.
- #shelltools.cd(RustBinDir)
- #shelltools.system("./install.sh --prefix=%s --without=rust-docs" %RustcDir)
- #shelltools.cd("..")
- #pisitools.dosed("config.toml", "/usr/bin/cargo", RustcDir+"/bin/cargo")
- #pisitools.dosed("config.toml", "/usr/bin/rustc", RustcDir+"/bin/rustc")
+ shelltools.cd(RustBinDir)
+ shelltools.system("./install.sh --prefix=%s --without=rust-docs" %RustcDir)
+ shelltools.cd("..")
+ pisitools.dosed("config.toml", "/usr/bin/cargo", RustcDir+"/bin/cargo")
+ pisitools.dosed("config.toml", "/usr/bin/rustc", RustcDir+"/bin/rustc")
####################################################
shelltools.export("LC_ALL", "en_US.UTF-8")
diff --git a/programming/language/rust/pspec.xml b/programming/language/rust/pspec.xml
index 7b8b1573d3..cc5b72d860 100755
--- a/programming/language/rust/pspec.xml
+++ b/programming/language/rust/pspec.xml
@@ -12,17 +12,17 @@
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.50.0-src.tar.gz
+ https://static.rust-lang.org/dist/rustc-1.52.1-src.tar.gz
- https://static.rust-lang.org/dist/rust-1.50.0-x86_64-unknown-linux-gnu.tar.gz
+ https://static.rust-lang.org/dist/rust-1.52.1-x86_64-unknown-linux-gnu.tar.gz
bootstrap-config.toml
- rust
+
perl
- llvm
+ llvm
cmake
ninja
ocaml
@@ -64,8 +64,26 @@
/usr/share/zsh
+
+
+ rust-docs
+ Development files for rust
+
+ rust
+
+
+ /usr/share/doc/rust/html
+
+
+
+ 2021-06-06
+ 1.52.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-02-24
1.50.0