1 2 3 4 5
use std::path::PathBuf; pub fn get_next_version(_path: PathBuf) -> Result<String, ()> { Err(()) // Not yet implemented }