BurntSushi commented on code in PR #642:
URL: https://github.com/apache/opendal-reqsign/pull/642#discussion_r2398773519


##########
core/Cargo.toml:
##########
@@ -17,31 +17,30 @@
 
 [package]
 name = "reqsign-core"
-version = "1.0.0"
+version = "1.1.0"

Review Comment:
   Yeah, doing a semver incompatible upgrade of a public dependency would in 
turn require a semver incompatible update for you as well.
   
   This is why it's best to encapsulate public dependencies if possible. It's 
also why once I release jiff 1.0, I plan to stick with it indefinitely so that 
folks _can_ use it as a public dependency without this kind of churn.



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