influxdata / flux

Flux is a lightweight scripting language for querying databases (like InfluxDB) and working with data. It's part of InfluxDB 1.7 and 2.0, but can be run independently of those.
https://influxdata.com
MIT License
760 stars 152 forks source link

fix: libflux build error on >= rust-1.72.0 #5440

Closed stkw0 closed 7 months ago

stkw0 commented 7 months ago

Closes: #5438

Checklist

Dear Author :wave:, the following checks should be completed (or explicitly dismissed) before merging.

Dear Reviewer(s) :wave:, you are responsible (among others) for ensuring the completeness and quality of the above before approval.

This a trivial patch to fix an issue with rust-1.72.0 (see linked issue).

crepererum commented 7 months ago

@stkw0 sorry for the late reply, could you please fix the commit message to follow our semantic commit style: fix: libflux build .... (basically just put a colon behind fix).