File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -118,13 +118,11 @@ zstd = "0.13.0"
118118[target .'cfg(not(windows))' .dependencies ]
119119sha2  = { version  = " 0.10" features  = [" asm" 
120120
121- [target .'cfg(all(windows,  not(target_env="gnu")))' .dependencies ]
122- #  unfortunately, the asm extensions do not build on MSVC, see https://github.com/RustCrypto/asm-hashes/issues/17
121+ [target .'cfg(windows)' .dependencies ]
122+ #  unfortunately, the asm extensions do not build on Windows, see https://github.com/RustCrypto/asm-hashes/issues/17
123+ #  and https://github.com/RustCrypto/asm-hashes/pull/issues/78
123124sha2  = " 0.10" 
124125
125- [target .'cfg(all(windows,  target_env="gnu"))' .dependencies ]
126- sha2  = { version  = " 0.10" features  = [" asm" 
127- 
128126[target .'cfg(not(any(windows,  target_os="openbsd")))' .dependencies ]
129127#  for local source/destination
130128xattr  = " 1" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments