Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog and rustdocs for
BuildpackReference
changes (#677)
A few small tweaks: * `BuildpackReference` is only publicly exported at the root of the `libcnb-test` crate, so end users can't use it via the `build_config` module - so the `build_config::` references have been removed. * The new `BuildpackReference::WorkspaceBuildpack` variant supports only libcnb.rs and composite buildpacks, not eg bash buildpacks, so the "any buildpack" reference in the changelog has been clarified. Similarly, the rustdocs for `BuildpackReference` previously didn't mention composite buildpacks, only `libcnb.rs` buildpacks. * The "Rust workspace" references have been changed to "Cargo workspace" since it's Cargo not Rust that has the concept of a workspace: https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html * The rustdocs for `.buildpacks()` has been updated to include an example of using the new variant, and made to be consistent ordering wise with the example in the `libcnb-test` README. * The two changelog entries under "Added" have been consolidated, since they are covering the same newly added variant.
- Loading branch information