alamb commented on issue #1240: URL: https://github.com/apache/arrow-rs/issues/1240#issuecomment-1025114661
Hi @HaoYang670 -- I do see the same problem and I agree with your assessment of the problem. I had assumed it was related to not using nightly, but it happens for me with nightly and with stable rust. ``` cd /Users/alamb/Software/arrow-rs && CARGO_TARGET_DIR=/Users/alamb/Software/df-target cargo fmt Warning: Unknown configuration option `rust-version` Warning: Unknown configuration option `rust-version` Warning: Unknown configuration option `rust-version` ``` ``` cargo +nightly fmt Warning: Unknown configuration option `rust-version` Warning: Unknown configuration option `rust-version` Warning: Unknown configuration option `rust-version` ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
