(&self, path: &MetadataTomlPath)
| 59 | } |
| 60 | |
| 61 | pub fn write(&self, path: &MetadataTomlPath) -> io::Result<()> { |
| 62 | path.write(self.to_string()) |
| 63 | } |
| 64 | |
| 65 | fn check_compatibility(previous: &Self, current: &Self, metafile: &Path) -> anyhow::Result<()> { |
| 66 | anyhow::ensure!( |