Skip to content

Commit acf9e8d

Browse files
committed
models: Increase token module visibility
1 parent 11739d4 commit acf9e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ pub mod krate;
2828
mod owner;
2929
mod rights;
3030
mod team;
31-
mod token;
31+
pub mod token;
3232
pub mod user;
3333
mod version;

0 commit comments

Comments
 (0)