Compare commits

..

No commits in common. "dependabot/cargo/nom-8.0" and "v0.10" have entirely different histories.

View file

@ -30,7 +30,7 @@ chrono = { version = "0.4", optional = true }
indexmap = { version = "2.1", optional = true }
jetscii = "0.5"
memchr = "2.5"
nom = { version = "8.0", default-features = false, features = ["std"] }
nom = { version = "7.1", default-features = false, features = ["std"] }
rowan = "0.15"
tracing = { version = "0.1", optional = true }