Skip to content

Commit

Permalink
Version 1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
AverseABFun committed Dec 27, 2024
1 parent 9326f9b commit 58d7266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-pkg-gen"
version = "0.3.0"
version = "1.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/AverseABFun/rust-pkg-gen"
Expand Down
4 changes: 4 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ fn main() {
env_logger::init();
}

if !args.quiet {
println!("rust-pkg-gen v{}", env!("CARGO_PKG_VERSION"))
}

let path = &PathBuf::from(args.path);

let chars: &[u8; 6] = &[
Expand Down

0 comments on commit 58d7266

Please sign in to comment.