Skip to content
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

Add API to query disk with version #40

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cgwalters
Copy link
Member

Add release to Platform

This was missing, but is very useful to know the version number
of things.


Add API to query disk with version

This is useful for e.g. downloader tools, which want
to know the version.


This was missing, but is very useful to know the version number
of things.
This is useful for e.g. downloader tools, which want
to know the version.
@@ -52,6 +52,7 @@ pub struct Arch {
#[derive(Debug, Deserialize)]
pub struct Platform {
/// The release version number.
pub release: String,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this hunk was supposed to be part of the previous commit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants