wok rev 25293

updated rust and rust-cargo (1.47.0 -> 1.62.0)
author Hans-G?nter Theisgen
date Tue Jul 19 11:14:38 2022 +0100 (22 months ago)
parents 67cb30289e9b
children 3110e5023d97
files rust-cargo/receipt rust/description.txt rust/receipt
line diff
     1.1 --- a/rust-cargo/receipt	Tue Jul 19 10:19:50 2022 +0100
     1.2 +++ b/rust-cargo/receipt	Tue Jul 19 11:14:38 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rust-cargo"
     1.7 -VERSION="1.47.0"
     1.8 +VERSION="1.62.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The Rust package manager."
    1.11  MAINTAINER="al.bobylev@gmail.com"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/rust/description.txt	Tue Jul 19 11:14:38 2022 +0100
     2.3 @@ -0,0 +1,9 @@
     2.4 +Rust is a multi-paradigm, general-purpose programming language
     2.5 +designed for performance and safety, especially safe concurrency.
     2.6 +Rust is syntactically similar to C++, but can guarantee memory
     2.7 +safety by using a borrow checker to validate references.
     2.8 +Rust achieves memory safety without garbage collection, and
     2.9 +reference counting is optional.
    2.10 +Rust has been called a systems programming language and in
    2.11 +addition to high-level features such as functional programming
    2.12 +it also offers mechanisms for low-level memory management.
     3.1 --- a/rust/receipt	Tue Jul 19 10:19:50 2022 +0100
     3.2 +++ b/rust/receipt	Tue Jul 19 11:14:38 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="rust"
     3.7 -VERSION="1.47.0"
     3.8 +VERSION="1.62.0"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="The Rust programming language."
    3.11  MAINTAINER="al.bobylev@gmail.com"