forked from BraneFramework/brane
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update rust crate serde_yaml to 0.0.12 #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
13
commits into
main
Choose a base branch
from
renovate/serde_yaml-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xtasks allow us to write rust implementations for common tasks that happen around the development of Brane. The advantages of writing these tasks in rust itself, is that is does not pose any additional dependencies besides the once that we already have. Additionally, it provides us with the full power of the rust language we in automating these common tasks Inspired by: https://github.com/matklad/cargo-xtask We start off with two subcommands: completions and manpage generation This also allows us to remove the pesky completion binaries from the brane-ctl and brane-cli workspace members.
Also restructure xtasks into different modules.
chore: Configure Renovate
Author
|
3c3db56 to
a3f0e87
Compare
865c128 to
91965ec
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.0.10->0.0.12Release Notes
sebastienrousseau/serde_yml (serde_yaml)
v0.0.12: Serde YML 🦀 v0.0.12Compare Source
Release v0.0.12 - 2024-08-25
Serde YML (a fork of Serde YAML)
Serde YML is a Rust library for using the Serde serialization framework with data in YAML file format.
Changelog 📚
Merge pull request #11 from sebastienrousseau/feat/serde_yml
What's Changed
Full Changelog: sebastienrousseau/serde_yml@v0.0.11...v0.0.12
v0.0.11: Serde YML 🦀 v0.0.11Compare Source
Release v0.0.11 - 2024-07-21
Serde YML (a fork of Serde YAML)
A Rust library for using the Serde serialization framework with data in YAML file format. This project, has been renamed to Serde YML to avoid confusion with the original Serde YAML crate which is now archived and no longer maintained.
New Features
A very small release with a few minor improvements and bug fixes mostly focussed on the latest LibYML v0.0.4 update.
Bug Fixes
keyword_identsgroup priorityImprovements
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Changelog
What's Changed
8061827todad21f4by @dependabot in #6dad21f4to640e317by @dependabot in #8New Contributors
Full Changelog: sebastienrousseau/serde_yml@v0.0.10...v0.0.11
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 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 was generated by Mend Renovate. View the repository job log.