Rust dep updates
This commit is contained in:
parent
fbd7b71d73
commit
f0df5092c3
9 changed files with 431 additions and 467 deletions
|
|
@ -92,7 +92,7 @@ pub fn sync(pg: &postgres::GenericConnection, sys: i32, arch: &str, mirror: &str
|
|||
|
||||
|
||||
fn trimext(n: &str) -> &str {
|
||||
n.trim_right_matches(".tgz").trim_right_matches(".tbz")
|
||||
n.trim_end_matches(".tgz").trim_end_matches(".tbz")
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue