mirror of
https://github.com/jht5945/prettyjson.git
synced 2025-12-27 09:10:04 +08:00
use package version
This commit is contained in:
@@ -13,7 +13,7 @@ use std::{
|
||||
use argparse::{ArgumentParser, StoreTrue, Store};
|
||||
use rust_util::*;
|
||||
|
||||
const VERSION: &'static str = env!("CARGO_PKG_VERSION");
|
||||
const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
|
||||
fn print_version() {
|
||||
print!(r#"prettyjson {}
|
||||
|
||||
Reference in New Issue
Block a user