We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a function in cargo-dist that's essentially a copy of axoasset's deserialize_toml and deserialize_json, but for YAML:
deserialize_toml
deserialize_json
cargo-dist/cargo-dist/src/backend/ci/github.rs
Lines 876 to 893 in 81ca476
It would be great for us to extract it from cargo-dist and get it into axoasset.
The text was updated successfully, but these errors were encountered:
The first half of this (adding the implementation to axoasset) is here: axodotdev/axoasset#235
Sorry, something went wrong.
The second half is #1604.
Successfully merging a pull request may close this issue.
We have a function in cargo-dist that's essentially a copy of axoasset's
deserialize_toml
anddeserialize_json
, but for YAML:cargo-dist/cargo-dist/src/backend/ci/github.rs
Lines 876 to 893 in 81ca476
It would be great for us to extract it from cargo-dist and get it into axoasset.
The text was updated successfully, but these errors were encountered: