fix: Use correct brand in clap version string
This commit is contained in:
parent
b9d60c64e5
commit
ea5dc8e09d
2 changed files with 5 additions and 2 deletions
|
@ -21,7 +21,10 @@ pub use ::toml;
|
|||
pub use ::tracing;
|
||||
pub use config::Config;
|
||||
pub use error::Error;
|
||||
pub use info::{rustc_flags_capture, version, version::version};
|
||||
pub use info::{
|
||||
rustc_flags_capture, version,
|
||||
version::{name, version},
|
||||
};
|
||||
pub use matrix::{Event, EventTypeExt, PduCount, PduEvent, PduId, RoomVersion, pdu, state_res};
|
||||
pub use server::Server;
|
||||
pub use utils::{ctor, dtor, implement, result, result::Result};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue