-
Notifications
You must be signed in to change notification settings - Fork 598
Closed
Labels
bugSomething isn't workingSomething isn't workingtriage:todoNeeds to be traiged.Needs to be traiged.
Description
What happened?
The opentelemetry project currently requires tokio "~1.38.0", as changed in this commit 57bcd59
The comment indicates that this is to not require a bump of OTel's msrv from 1.65 to 1.70.
However, this requirement prevents projects that want to use OTel's crates from using newer tokio versions, even if they have a rust version that is way newer than 1.70 (as is my case).
Perhaps the requirement could be reverted to just "1" to allow consumers to choose the tokio version, with some other workaround for CI? I am not sure what the best way forward is.
API Version
0.24
SDK Version
0.24
What Exporter(s) are you seeing the problem on?
No response
Relevant log output
No response
ymgyt, frederikhors, TimDiekmann, pdeva, benbrandt and 1 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriage:todoNeeds to be traiged.Needs to be traiged.