Skip to content

Commit a6cde7f

Browse files
committed
models/version: Add has_lib and bin_names attributes
1 parent fabae74 commit a6cde7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/models/version.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ export default class Version extends Model {
2828
*/
2929
@attr rust_version;
3030

31+
/** @type {boolean | null} */
32+
@attr has_lib;
33+
/** @type {string[] | null} */
34+
@attr bin_names;
35+
3136
@belongsTo('crate', { async: false, inverse: 'versions' }) crate;
3237

3338
@belongsTo('user', { async: false, inverse: null }) published_by;

0 commit comments

Comments
 (0)