Skip to content

Commit

Permalink
feat: Add rust_version field to Version
Browse files Browse the repository at this point in the history
Closes #66
  • Loading branch information
theduke committed Oct 28, 2023
1 parent f2bd997 commit 0a2d4e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ pub struct Version {
pub links: VersionLinks,
pub crate_size: Option<u64>,
pub published_by: Option<User>,
pub rust_version: Option<String>,
}

/// A crate category.
Expand Down

0 comments on commit 0a2d4e1

Please sign in to comment.