Re-export all public api dependencies #276
tylerhawkes
started this conversation in
Ideas
Replies: 1 comment
-
Work on the next version is currently underway, and we will absolutely consider improving on this, while we are at it. Is this a blocking issue for you? CC @ggriffiniii |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A lot of the examples show that to use
google-storage1
or any othergoogle-*
crate that you need to include the crate and the correct version of hyper and some other things inCargo.toml
. Would you consider doing something likeso that consumers of the api could do
and then we wouldn't have to exactly match hyper versions or have clients depend on crates that are part of the public api to be able to use them?
Beta Was this translation helpful? Give feedback.
All reactions