Skip to content

Commit

Permalink
snippet gen version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed May 27, 2024
1 parent 33aa4e3 commit 866428a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub(crate) fn create_snippets_cargo_toml(
}
};

let last_release_version = &version_history::VERSIONS.last().unwrap().version;
let last_release_version = &version_history::LAST_VERSION;

writeln!(
&mut file,
Expand Down

0 comments on commit 866428a

Please sign in to comment.