mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 07:16:07 +01:00
[PR #32] [MERGED] build: update deps #33
Labels
No labels
bug
bug
documentation
enhancement
enhancement
pull-request
tooling
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
corn-config/corn#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/corn-config/corn/pull/32
Author: @JakeStanger
Created: 6/16/2024
Status: ✅ Merged
Merged: 6/16/2024
Merged by: @JakeStanger
Base:
master← Head:build/update-deps📝 Commits (1)
73fb947build: update deps📊 Changes
27 files changed (+417 additions, -273 deletions)
View changed files
📝
Cargo.lock(+315 -231)📝
assets/inputs/compact.corn(+1 -1)➕
assets/inputs/null_in_array.corn(+3 -0)📝
assets/inputs/very_compact.corn(+1 -1)📝
assets/outputs/json/compact.json(+2 -2)➕
assets/outputs/json/null_in_array.json(+5 -0)📝
assets/outputs/json/quoted_keys.json(+2 -1)📝
assets/outputs/json/very_compact.json(+2 -2)📝
assets/outputs/toml/compact.toml(+4 -0)📝
assets/outputs/toml/complex_keys.toml(+1 -1)➕
assets/outputs/toml/null_in_array.toml(+0 -0)📝
assets/outputs/toml/quoted_keys.toml(+1 -0)📝
assets/outputs/toml/very_compact.toml(+4 -0)📝
assets/outputs/yaml/compact.yml(+2 -2)📝
assets/outputs/yaml/complex_keys.yml(+1 -1)➕
assets/outputs/yaml/null_in_array.yml(+3 -0)📝
assets/outputs/yaml/quoted_keys.yml(+1 -0)📝
assets/outputs/yaml/very_compact.yml(+2 -2)📝
corn-cli/Cargo.toml(+6 -6)📝
corn-cli/src/bin/corn.rs(+1 -1)...and 7 more files
📄 Description
Updates deps, refactors code due to parser changes. Replaces
tomlwith pinnedtoml_edit🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.