fix(deps): update rust crate hakari to 0.17.1 #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.16.0
->0.17.1
Release Notes
guppy-rs/guppy (hakari)
v0.17.1
: hakari 0.17.1Compare Source
Fixed
Add
WorkspaceHackLineStyle
to list of public exports.v0.17.0
: hakari 0.17.0Compare Source
Added
New config option
workspace-hack-line-style
, with three possible values:"full":
my-workspace-hack = { version = "0.1", path = ... }
. This is the default and agood way to get started.
"version-only":
my-workspace-hack = { version = "0.1" }
. Specifying versions this way isuseful if you've published a stub crate to crates.io (see the publishing
section). You can use this in combination with a
patch
directive in the rootCargo.toml
:"workspace-dotted":
my-workspace-hack.workspace = true
. To use this, define a workspacedependency in the root
Cargo.toml
:or, along with a patch directive:
my-workspace-hack = { version = "0.1" }
Configuration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.