Skip to content

Tags: onelson/jq-src

Tags

v0.4.1

Toggle v0.4.1's commit message
Fixes issue where dependent crates can fail to build while linking on…

… some systems ([#3]).

v0.4.0

Toggle v0.4.0's commit message
Mainly fixes, but also some shrinkage of the public api. v0.4.0

- Upgrade to `autotools` 0.2, updating the usages to be compatible with the
  new public api.
- (Hopefully) Fixes issue where the autotools build can intermittently fail
  ([#1]).

v0.3.1

Toggle v0.3.1's commit message
Pin to autotools 0.1 since 0.2 appears to break jq-sys.

v0.3.0

Toggle v0.3.0's commit message
Small release, deprecating a duplicated method, adding docs.

v0.2.0

Toggle v0.2.0's commit message
No more direct building - let the caller do it.

Ditches build.rs in favor of providing an API for the sys crate to do it
instead.

This is aimed towards spliting the building and the linking such that
the -sys crate is always the one doing the linking, regardless of
whether or not the -src crate is being used.

v0.1.0

Toggle v0.1.0's commit message
Initial release.