version bump and yeet unused import

This commit is contained in:
Pagwin 2023-02-08 11:30:14 -05:00
parent d328308113
commit c8aa8fd8c2
No known key found for this signature in database
GPG key ID: F5FB283DD4B1A998
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -284,7 +284,7 @@ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
[[package]]
name = "ppi"
version = "1.1.1"
version = "1.1.2"
dependencies = [
"clap",
"dirs",

View file

@ -3,7 +3,7 @@ extern crate serde;
extern crate toml;
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 serde::{Serialize, Deserialize};