File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " server-manager"
3- version = " 3.1.3 "
3+ version = " 3.2.0 "
44edition = " 2024"
55authors = [" ltpp-universe <root@ltpp.vip>" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pub(crate) mod cfg;
22pub ( crate ) mod config;
33pub ( crate ) mod manager;
44
5- pub ( crate ) use manager:: constant :: * ;
5+ pub ( crate ) use manager:: r#const :: * ;
66#[ allow( unused_imports) ]
77pub ( crate ) use std:: {
88 fs,
Original file line number Diff line number Diff line change 1+ pub const RUNNING_AS_DAEMON : & str = "RUNNING_AS_DAEMON" ;
2+ pub const RUNNING_AS_DAEMON_VALUE : & str = "1" ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- pub ( crate ) mod constant ;
1+ pub ( crate ) mod r#const ;
22pub ( crate ) mod r#impl;
33pub ( crate ) mod r#type;
You can’t perform that action at this time.
0 commit comments