oops
This commit is contained in:
		
				
					committed by
					
						
						Christien Rioux
					
				
			
			
				
	
			
			
			
						parent
						
							c01be8f62d
						
					
				
				
					commit
					dad8e50939
				
			@@ -90,7 +90,7 @@ fn main() {
 | 
				
			|||||||
        < desired_protoc_major_version
 | 
					        < desired_protoc_major_version
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        panic!(
 | 
					        panic!(
 | 
				
			||||||
            "capnproto version should be at least major version {} but is {}",
 | 
					            "protoc version should be at least major version {} but is {}",
 | 
				
			||||||
            desired_protoc_major_version, protoc_version_string
 | 
					            desired_protoc_major_version, protoc_version_string
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
    } else if protoc_version_string != desired_protoc_version_string {
 | 
					    } else if protoc_version_string != desired_protoc_version_string {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user