Upgrade nom dependency to 6.+
- Id
- 46d98c7c14cf6996122fca9ded82b3b02b869ad7
- Author
- Caio
- Commit time
- 2020-11-01T11:13:06+01:00
Modified tique/Cargo.toml
[dependencies]
tantivy = "0.13"
-nom = { version = "5", optional = true }
+nom = { version = "6", optional = true }
[dev-dependencies]
quickcheck = "0.9"