Skip to content

Conversation

Empty2k12
Copy link
Collaborator

@Empty2k12 Empty2k12 commented Aug 21, 2025

Fixes #147

Checklist

  • Formatted code using cargo fmt --all
  • Linted code using clippy
    • with reqwest feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features serde,derive,reqwest-client-rustls -- -D warnings
    • with surf feature: cargo clippy --manifest-path influxdb/Cargo.toml --all-targets --no-default-features --features serde,derive,hyper-client -- -D warnings
  • Updated README.md using cargo doc2readme -p influxdb --expand-macros
  • Reviewed the diff. Did you leave any print statements or unnecessary comments?
  • Any unfinished work that warrants a separate issue captured in an issue with a TODO code comment

@Empty2k12 Empty2k12 mentioned this pull request Aug 21, 2025
7 tasks
@Empty2k12 Empty2k12 requested a review from msrd0 August 21, 2025 22:41
Conflicts:
	.github/PULL_REQUEST_TEMPLATE.md
	.github/workflows/rust.yml
	README.md
	influxdb/Cargo.toml
@msrd0 msrd0 merged commit ad0d84a into main Aug 22, 2025
18 checks passed
@msrd0 msrd0 deleted the remove/surf branch August 22, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove surf support
2 participants