Skip to content

Commit

Permalink
Bump nom to 5.1.3
Browse files Browse the repository at this point in the history
* nom started triggering a future incompatibility warning for "trailing semicolon in macro used in expression position". This was addressed in [5.1.3](rust-bakery/nom@5.1.2...5.1.3). This commit ensures that clients do not reference an affected version of nom.
  • Loading branch information
tim-weis committed Jan 4, 2024
1 parent 975c6c0 commit 5bf44f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ categories = ["parser-implementations"]
cfb = "0.3"
codepage = "0.1"
encoding_rs = "0.8"
nom = "5.1"
nom = "5.1.3"

0 comments on commit 5bf44f4

Please sign in to comment.