mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
derive(Clone)
for CrateName
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
9e1f873bb5
commit
409f31f0bf
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ use std::convert::Infallible;
|
|||
use std::fmt;
|
||||
use std::str::FromStr;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct CrateName {
|
||||
pub name: String,
|
||||
pub version: Option<String>,
|
||||
|
|
Loading…
Add table
Reference in a new issue