File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " blossom"
33version = " 0.1.0"
4- edition = " 2021 "
4+ edition = " 2024 "
55
66[profile .release ]
77lto = true
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use std::{
55 path:: { Path , PathBuf } ,
66} ;
77
8- use anyhow:: { anyhow , bail , Result } ;
8+ use anyhow:: { Result , anyhow , bail } ;
99use bzip2:: read:: BzDecoder ;
1010use camino:: Utf8Path ;
1111use flate2:: read:: GzDecoder ;
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ use std::{
33 sync:: LazyLock ,
44} ;
55
6- use anyhow:: { anyhow , Result } ;
6+ use anyhow:: { Result , anyhow } ;
77use camino:: Utf8PathBuf ;
88use regex:: { Captures , Regex } ;
99use serde:: { Deserialize , Serialize } ;
10- use serde_with:: { serde_as , DisplayFromStr } ;
10+ use serde_with:: { DisplayFromStr , serde_as } ;
1111use spdx:: Expression ;
1212
1313#[ derive( Debug , Serialize , Deserialize ) ]
You can’t perform that action at this time.
0 commit comments