File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ impl PublishBuilder {
142
142
vers : u:: EncodableCrateVersion ( self . version . clone ( ) ) ,
143
143
features : self . features . clone ( ) ,
144
144
deps : self . deps . clone ( ) ,
145
- description : self . desc . clone ( ) ,
146
145
homepage : None ,
147
146
documentation : self . doc_url . clone ( ) ,
148
147
readme : self . readme ,
@@ -161,8 +160,6 @@ impl PublishBuilder {
161
160
. map ( u:: EncodableCategory )
162
161
. collect ( ) ,
163
162
) ,
164
- license : self . license . clone ( ) ,
165
- license_file : self . license_file . clone ( ) ,
166
163
repository : None ,
167
164
links : None ,
168
165
} ;
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ pub struct PublishMetadata {
18
18
pub vers : EncodableCrateVersion ,
19
19
pub deps : Vec < EncodableCrateDependency > ,
20
20
pub features : BTreeMap < EncodableFeatureName , Vec < EncodableFeature > > ,
21
- pub description : Option < String > ,
22
21
pub homepage : Option < String > ,
23
22
pub documentation : Option < String > ,
24
23
pub readme : Option < String > ,
@@ -27,8 +26,6 @@ pub struct PublishMetadata {
27
26
pub keywords : EncodableKeywordList ,
28
27
#[ serde( default ) ]
29
28
pub categories : EncodableCategoryList ,
30
- pub license : Option < String > ,
31
- pub license_file : Option < String > ,
32
29
pub repository : Option < String > ,
33
30
#[ serde( default ) ]
34
31
pub links : Option < String > ,
You can’t perform that action at this time.
0 commit comments