Xuanwo commented on issue #4:
URL: https://github.com/apache/avro-rs/issues/4#issuecomment-2368636018

   > Is @Xuanwo and @xxchan the same person ?
   
   No, definitely.
   
   
   > By using "serde = 1" you just let Cargo to use whatever it decides if 
there is no Cargo.lock and the version in Cargo.lock if it is there.
   
   As @xxchan explained, this understanding is incorrect. Using `serde = "1"` 
means enforcing users to use `serde = ">=1"`, whereas specifying `serde = 
"1.0.123"` enforces users to use `serde = ">=1.0.123"`. In either case, users 
won't use the version specified by `Cargo.lock`.
   
   The version specified in `Cargo.toml` should usually be the minimum version 
that can build. We expect the upstream to adhere to semantic versioning: all 
new versions that are semver compatible should continue to build.


-- 
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