# Diff between two Manifest.toml files

**URL:** https://discourse.julialang.org/t/diff-between-two-manifest-toml-files/121503
**Category:** General Usage
**Tags:** question, package, pkg, manifest
**Created:** [October 20, 2024, 2:01pm UTC](https://discourse.julialang.org/t/diff-between-two-manifest-toml-files/121503 "2024-10-20T14:01:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![e3c6](https://avatars.discourse-cdn.com/v4/letter/e/e79b87/32.png) [@e3c6](https://discourse.julialang.org/u/e3c6)
#### Post date: [October 20, 2024, 2:01pm UTC](https://discourse.julialang.org/t/diff-between-two-manifest-toml-files/121503/1 "2024-10-20T14:01:16Z")

</div>

What’s a recommended way to compare and find all the differences between two `Manifest.toml` files ?

I have used plain text diff (e.g. as implemented in vscode) and it seems to work fine. But I think the success of this approach relies on both `Manifest.toml` files being sorted in the same way. I’m not sure that sorting order of entries in `Manifest.toml` is guaranteed across Julia versions?
