coreos / ignition-config-rs

Data structures for reading/writing Ignition configs
https://crates.io/crates/ignition-config
Apache License 2.0
3 stars 5 forks source link

Update the rust-version from 1.56.0 to 1.75.0 #41

Closed cverna closed 3 months ago

travier commented 3 months ago

coreos-installer is currently using 1.70.0 so we should probably use that https://github.com/coreos/coreos-installer/blob/main/Cargo.toml#L6

travier commented 3 months ago

Not sure where we use that / which version is in RHEL 9 now.

HuijingHei commented 3 months ago

Maybe it is OK, check https://github.com/coreos/zincati/blob/main/Cargo.toml#L11 is using 1.71.0, but we do not have zincati in RHEL.

cverna commented 3 months ago

Updated to 1.70.0.

Not sure where we use that / which version is in RHEL 9 now.

Same :-)

travier commented 3 months ago

OK, Jonathan made https://github.com/coreos/coreos-installer/pull/1453 so we can use that for all our repos.

cverna commented 3 months ago

Updated to match the change made in https://github.com/coreos/coreos-installer/pull/1453