# HG changeset patch # User Hans-G?nter Theisgen # Date 1658225678 -3600 # Node ID 602fe1a031b106309955d664dd1266266efe3580 # Parent 67cb30289e9b749e36b1d88c4943621b7dcd4eb8 updated rust and rust-cargo (1.47.0 -> 1.62.0) diff -r 67cb30289e9b -r 602fe1a031b1 rust-cargo/receipt --- a/rust-cargo/receipt Tue Jul 19 10:19:50 2022 +0100 +++ b/rust-cargo/receipt Tue Jul 19 11:14:38 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="rust-cargo" -VERSION="1.47.0" +VERSION="1.62.0" CATEGORY="development" SHORT_DESC="The Rust package manager." MAINTAINER="al.bobylev@gmail.com" diff -r 67cb30289e9b -r 602fe1a031b1 rust/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rust/description.txt Tue Jul 19 11:14:38 2022 +0100 @@ -0,0 +1,9 @@ +Rust is a multi-paradigm, general-purpose programming language +designed for performance and safety, especially safe concurrency. +Rust is syntactically similar to C++, but can guarantee memory +safety by using a borrow checker to validate references. +Rust achieves memory safety without garbage collection, and +reference counting is optional. +Rust has been called a systems programming language and in +addition to high-level features such as functional programming +it also offers mechanisms for low-level memory management. diff -r 67cb30289e9b -r 602fe1a031b1 rust/receipt --- a/rust/receipt Tue Jul 19 10:19:50 2022 +0100 +++ b/rust/receipt Tue Jul 19 11:14:38 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="rust" -VERSION="1.47.0" +VERSION="1.62.0" CATEGORY="development" SHORT_DESC="The Rust programming language." MAINTAINER="al.bobylev@gmail.com"