mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	server: fix command line version stuck at 0.1
This commit is contained in:
		
							parent
							
								
									8b83e62726
								
							
						
					
					
						commit
						4f3a2c8d31
					
				@ -3,7 +3,7 @@ use lettre::message::Mailbox;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/// lldap is a lightweight LDAP server
 | 
					/// lldap is a lightweight LDAP server
 | 
				
			||||||
#[derive(Debug, Clap, Clone)]
 | 
					#[derive(Debug, Clap, Clone)]
 | 
				
			||||||
#[clap(version = "0.1", author = "The LLDAP team")]
 | 
					#[clap(version, author)]
 | 
				
			||||||
pub struct CLIOpts {
 | 
					pub struct CLIOpts {
 | 
				
			||||||
    /// Export
 | 
					    /// Export
 | 
				
			||||||
    #[clap(subcommand)]
 | 
					    #[clap(subcommand)]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user