Skip to content

Conversation

@djc
Copy link
Member

@djc djc commented Sep 16, 2025

tree-sitter stuff still can't be updated, see

@djc djc requested review from cpu and ctz September 16, 2025 11:15
@djc
Copy link
Member Author

djc commented Sep 16, 2025

This seems pretty surprising:

error[E0599]: no method named `copysign` found for type `f64` in the current scope
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.9.6/src/value.rs:899:27
    |
899 |             value = value.copysign(1.0);
    |                           ^^^^^^^^ method not found in `f64`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `toml` (lib) due to previous error
Screenshot 2025-09-16 at 13 34 25 Screenshot 2025-09-16 at 13 34 45

Uhhh... what am I missing?

@ctz
Copy link
Member

ctz commented Sep 16, 2025

Uhhh... what am I missing?

Looks like toml without the std feature actually has a MSRV of 1.84 because it requires that method from core: https://doc.rust-lang.org/beta/releases.html#version-1840-2025-01-09

@djc
Copy link
Member Author

djc commented Sep 16, 2025

Uhhh... what am I missing?

Looks like toml without the std feature actually has a MSRV of 1.84 because it requires that method from core: https://doc.rust-lang.org/beta/releases.html#version-1840-2025-01-09

Ohh, nice work figuring that one out.

Copy link
Member

@cpu cpu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@djc djc merged commit 9c97384 into main Sep 17, 2025
57 checks passed
@djc djc deleted the update-deps branch September 17, 2025 06:41
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.

4 participants