Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Releases: facebookarchive/cargo-guppy

Version 0.1.3

29 Dec 21:25
Compare
Choose a tag to compare

New features

  • PackageSelect::into_root_metadatas returns package metadatas for all roots within a selection.
  • New optional feature proptest09 to help with property testing.

Deprecations

  • Package selectors have been renamed. The old names will continue to work for the 0.1 series, but will be removed in the 0.2 series.
    • select_transitive_deps -> select_forward
    • select_reverse_transitive_deps -> select_reverse
    • select_transitive_deps_directed -> select_directed

Other improvements

  • Upgrade to petgraph 0.5 -- this allows for some internal code to be simplified.

Version 0.1.2

26 Nov 23:44
Compare
Choose a tag to compare

Fix the return type of into_root_ids to be impl Iterator instead of impl IntoIterator.

Version 0.1.1

22 Nov 20:47
Compare
Choose a tag to compare

Fix a publishing issue with version 0.1.0.

Version 0.1.0

22 Nov 20:40
Compare
Choose a tag to compare
[guppy] exclude some unnecessary files from packaging