jrsonnet icon indicating copy to clipboard operation
jrsonnet copied to clipboard

New release?

Open LorisFriedel opened this issue 4 years ago • 17 comments

Hello!

I wonder when we could expect a new Jrsonnet release?

LorisFriedel avatar Dec 09 '21 16:12 LorisFriedel

There is new prerelease available on gcmodule branch and here: https://github.com/CertainLach/jrsonnet/releases/tag/v0.5.0-gcmodule-test

It can't be uploaded to crates.io now, because it depends on git dependencies (forks of serde-json and gcmodule), i will publish forked packages to crates.io soon

CertainLach avatar Dec 09 '21 16:12 CertainLach

There is new prerelease available on gcmodule branch and here: https://github.com/CertainLach/jrsonnet/releases/tag/v0.5.0-gcmodule-test

It can't be uploaded to crates.io now, because it depends on git dependencies (forks of serde-json and gcmodule), i will publish forked packages to crates.io soon

Amazing! Thank you :)

LorisFriedel avatar Dec 09 '21 16:12 LorisFriedel

To be more exact, here are the PRs which include the changes currently needed by jrsonnet:

serde-yaml
  • https://github.com/dtolnay/serde-yaml/pull/225
gcmodule
  • https://github.com/quark-zju/gcmodule/pull/14
  • https://github.com/quark-zju/gcmodule/pull/15

JarvisCraft avatar Dec 10 '21 02:12 JarvisCraft