mirror of
https://github.com/Pagwin-Fedora/ppi.git
synced 2025-07-17 22:15:42 +00:00
version bump and yeet unused import
This commit is contained in:
parent
d328308113
commit
c8aa8fd8c2
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -284,7 +284,7 @@ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ppi"
|
name = "ppi"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"dirs",
|
"dirs",
|
||||||
|
|
|
@ -3,7 +3,7 @@ extern crate serde;
|
||||||
extern crate toml;
|
extern crate toml;
|
||||||
extern crate git2;
|
extern crate git2;
|
||||||
|
|
||||||
use std::{path::{PathBuf, Path}, io::{Read, Cursor}, collections::{HashMap, HashSet}, ffi::OsStr};
|
use std::{path::{PathBuf, Path}, io::Read, collections::{HashMap, HashSet}, ffi::OsStr};
|
||||||
|
|
||||||
use clap::{Command, Arg};
|
use clap::{Command, Arg};
|
||||||
use serde::{Serialize, Deserialize};
|
use serde::{Serialize, Deserialize};
|
||||||
|
|
Loading…
Reference in a new issue