martin-g edited a comment on pull request #1456:
URL: https://github.com/apache/avro/pull/1456#issuecomment-1015191375


   > Thank you, @gklijs !
   > I am going to use your library to test for regressions!
   
   I've just tested `schema_registry_converter` with the following patch and 
all tests still pass:
   ```diff
   diff --git Cargo.toml Cargo.toml
   index dc22fcc..953588e 100644
   --- Cargo.toml
   +++ Cargo.toml
   @@ -44,7 +44,9 @@ features = ["derive"]
    version = "^1.0"
    
    [dependencies.avro-rs]
   -version = "^0.13"
   +# version = "^0.13"
   +git = "https://github.com/martin-g/avro";
   +branch="avro-3302-add-interop-tests-for-rust"
    optional = true
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to