Azure / azure-init

A minimal provisioning agent designed for Azure Linux VMs.
MIT License
7 stars 10 forks source link

libazureinit: remove requirement of minimum Rust version #92

Closed dongsupark closed 3 weeks ago

dongsupark commented 3 weeks ago

Replace inspect_err with map_err, to remove requirement of the minimum Rust version from 1.76, which is apparently not wide-spread enough in other development environments.

See also https://github.com/Azure/azure-init/pull/84#pullrequestreview-2086317824.

/cc @SeanDougherty