Closed dredozubov closed 1 year ago
Will try to find some time to submit a new release. However, I'd still suggest using the git
version:
grammers-client = { git = "https://github.com/Lonami/grammers" }
Maybe I'll update the crates.io README to include this as well.
Should be out.
Thank you, @Lonami. I was using the git version in the meantime. Great to see it in an upstream, I'm going to switch to a crate version now.
I was trying to recreate a
reconnection
example, and I realizedReconnectionPolicy
was added later than 0.4.0 was released as a crate. Do you think you can release a newer version with upstream changes?