Closed jonhoo closed 5 years ago
This bumps the syn dependency, which is pretty costly to have to double-compile in downstream crates, and env_logger which is common enough that keeping it up-to-date reduces bloat.
syn
env_logger
Thanks @jonhoo !
@bonifaido Any chance you could release a new version that includes this fix?
Actually, let me whip up a PR first that bumps all the way to syn = 1
syn = 1
See https://github.com/bonifaido/rust-zookeeper/pull/66
This bumps the
syn
dependency, which is pretty costly to have to double-compile in downstream crates, andenv_logger
which is common enough that keeping it up-to-date reduces bloat.