-
Notifications
You must be signed in to change notification settings - Fork 80
implement #[influxdb(tag)] and #[influxdb(ignore)] #81
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
Conversation
9fec03e
to
fcaa378
Compare
Looking at the CI failure, these seem to be your problems:
The first two should be easy to fix, the last error I'm not sure about why that's happening. You can use |
Thanks, @msrd0 for your comments. I think I've addressed most of the issues. Unfortunately, the CI is still failing. |
The error appears here - I'd assume this is because the test is asking for |
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.
Thanks for implementing this!
Awesome! Thanks for this. Will be releasing a new version with this soon! |
Hello! I just published a change to crates.io containing your change as version |
Trying to implement this