Closed Leonidas-from-XIV closed 2 years ago
The code used to implicitly depend on Yojson via a transitive dependency, but it also uses Yojson directly, so it is better to declare it as such.
It doesn't require a lot from Yojson, just from_string so I didn't specify any version constraints since the function has been there for a long time.
from_string
The code used to implicitly depend on Yojson via a transitive dependency, but it also uses Yojson directly, so it is better to declare it as such.
It doesn't require a lot from Yojson, just
from_string
so I didn't specify any version constraints since the function has been there for a long time.