Fixed warnings
All checks were successful
Gitea Organization/dotfiles/pipeline/pr-installer This commit looks good
All checks were successful
Gitea Organization/dotfiles/pipeline/pr-installer This commit looks good
This commit is contained in:
parent
60fce326dd
commit
1c235d1949
@ -3,12 +3,6 @@ use std::fs;
|
||||
use std::fs::File;
|
||||
use std::os::unix::process::CommandExt;
|
||||
use std::path::Path;
|
||||
use serde::Deserialize;
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
struct PackageEntry {
|
||||
version: String
|
||||
}
|
||||
|
||||
const GITEA_KEY: &str = "786666bd8bce93c562c4fc4c83933faa6cbdc802";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user