We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pub
1 parent 19759c7 commit fd7a68cCopy full SHA for fd7a68c
crates/crates_io_database/src/models/version.rs
@@ -94,8 +94,8 @@ pub struct NewVersion<'a> {
94
checksum: &'a str,
95
links: Option<&'a str>,
96
rust_version: Option<&'a str>,
97
- pub has_lib: Option<bool>,
98
- pub bin_names: Option<&'a [&'a str]>,
+ has_lib: Option<bool>,
+ bin_names: Option<&'a [&'a str]>,
99
edition: Option<&'a str>,
100
description: Option<&'a str>,
101
homepage: Option<&'a str>,
0 commit comments