George3d6 / Inquisitor

An easily extensible, minimal footprint monitoring tool. (Still in the testing phase)
BSD 2-Clause "Simplified" License
30 stars 4 forks source link

Minimum Rust Version #14

Closed Deedasmi closed 6 years ago

Deedasmi commented 6 years ago

Do we care about maintaining some specific rust version? Or just 'will always work on stable'?

New stable (1.25) has a new use feature, but don't want to move us to it if we're looking to support some older version.

George3d6 commented 6 years ago

Hmh, currently I have 1.23 on my machine. But I haven't updated packages in a good while.

I'm on arch myself so I should always have the latest stable rustc and I don't mind using nightly if it has a feature we really need.

Overall I'd say using latest stable rustc version is more than fine (I have the same approach for the front-end atm, using w/e features the latest stable chromium/Firefox provide).

Once we reach 1.0.0 maybe we should settle on a version, but for now using latest stable is fine by me

Deedasmi commented 6 years ago

Works for me.