Skip to content

Commit

Permalink
fix: tman publish
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Dec 26, 2024
1 parent 1f7ad6f commit 2d304e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/ten_manager/src/registry/found_result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use ten_rust::pkg_info::PkgInfo;

#[derive(Debug, Serialize, Deserialize)]
pub struct PkgRegistryInfo {
#[serde(flatten)]
pub basic_info: PkgBasicInfo,

#[serde(with = "dependencies_conversion")]
Expand Down

0 comments on commit 2d304e6

Please sign in to comment.