1

I am working on a project where a dependency requires a specific nightly feature. I need to use this lib, but I am afraid that if I compile the project with nightly, I could depend on nother libraries that include another unstable feature dependency and I wouldn't be aware of that.

Is it possible to compile the library that I need using nightly (while set the nightly version to version that already merged to the release branch) to some kind of "lib.a" file, and compile the whole project on stable release while linking to "lib.a"?

Shepmaster
  • 388,571
  • 95
  • 1,107
  • 1,366
Eyal leshem
  • 995
  • 2
  • 10
  • 21

1 Answers1