-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to newest otel libs and rust 1.76 #19
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like! Very nice set of udpates 🎈
Signed-off-by: Heinz N. Gies <[email protected]>
… variables Signed-off-by: Heinz N. Gies <[email protected]>
bb5b38a
to
96e5cee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like! Very nice set of udpates 🎈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
A bunch of updates for the newest otel and rust 1.76 ideomatic code main changes are:
match!
in test to avoid PartialEq on errors/api
in default url to allow local testingcargo run --example ...
'static str
to avoide need for allocations