Skip to content

Commit

Permalink
Make file version pub
Browse files Browse the repository at this point in the history
Signed-off-by: rosaliedewinther <[email protected]>
  • Loading branch information
rosaliedewinther committed Nov 10, 2023
1 parent e3b02bb commit acd9bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_structure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ where
#[derive(Debug, Clone)]
pub struct GridDescriptor {
pub name: String,
pub(crate) file_version: u32,
pub file_version: u32,
/// If not empty, the name of another grid that shares this grid's tree
pub instance_parent: String,
pub grid_type: String,
Expand Down

0 comments on commit acd9bd9

Please sign in to comment.