Nikolai Golub
Nikolai Golub
Same problem for me, here's my `Cargo.toml`: ```toml [package] name = "telegram-bot-sample" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0" tokio = { version = "1.2", features =...
# Root cause I run cargo tree and see that [latest version(0.8)](https://crates.io/crates/telegram-bot/0.8.0/dependencies) on crates.io is published about 2 years ago and depends on `hyper=0.13`, which depends on `tokio=0.2.25`. Here's trimmed...
@shamatar Hello! Do you need any more details from @Dzejkop ? Our project got around 30% performance improvement with this feature enabled, so this can be a big deal.
I think it can be a good idea. @theochap , could you give one or several concrete examples where it would be useful? I am asking, because this solution might...
Also, this only work inside crate, because even in test, other crates are not compiled for testing. Then it means that `pub(crate)` might be useful to have
That would be good idea, but we need to wait for stabilization https://github.com/Sovereign-Labs/sovereign-sdk/issues/29 Do you have link to RFC about it, so we can easily track when it lands on...
https://github.com/rust-lang/rust/issues/109736
@bkolad is this actual ?
@preston-evans98 it might be good idea to tackle it before mainnet, so if there would be implemented DB that have faster batching operations, we could use it.