RGB-WG / rgb-core

RGB Core Library: consensus validation for private & scalable client-validated smart contracts on Bitcoin & Lightning
https://spec.rgb.tech
Apache License 2.0
207 stars 52 forks source link

Why we have MSRV 1.75? #238

Closed dr-orlovsky closed 5 months ago

dr-orlovsky commented 5 months ago

With the latest #237 I try to understand how we got from 1.70 to 1.75, which is too high: just two releases back from the stable?

Is it the fact we started using -> imps Trait in trait methods - or some of the dependencies bumped the MSRV?

yanganto commented 5 months ago

Yes, it is from -> imps Trait.