made entry::Args a public re-export

This commit is contained in:
Emma Tebibyte 2023-03-23 19:08:48 -04:00
parent 2a6da1a7f3
commit aab129c969
Signed by: emma
GPG Key ID: 6D661C738815E7DD
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -192,7 +192,7 @@ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
name = "spd"
version = "0.0.2"
version = "0.0.3"
dependencies = [
"bindgen",
"libc",

View File

@ -66,7 +66,7 @@
#![cfg_attr(rustfmt, rustfmt_skip)]
mod args;
use args::*;
pub use args::*;
#[allow(unused)]
#[cold]