mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-26 19:11:50 +03:00
Order consts
This commit is contained in:
parent
66b878c7c5
commit
032b0b3ee2
@ -18,9 +18,10 @@ use crate::{cli::CLI, cli_types::*};
|
||||
|
||||
use self_update::{backends::github, cargo_crate_version};
|
||||
|
||||
const LEO_BIN_NAME: &str = "leo";
|
||||
const LEO_REPO_OWNER: &str = "AleoHQ";
|
||||
const LEO_REPO_NAME: &str = "leo";
|
||||
const LEO_BIN_NAME: &str = "leo";
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct UpdateCommand;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user