Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/upgrade nom 6 v0.1 #11

Merged
merged 3 commits into from
Nov 16, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrade to nom 6
  • Loading branch information
chifflier committed Nov 12, 2020
commit 98fe6d9e28362fd79204fde90d90ec12802ff81e
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords = ["dhcp", "server", "monitor", "client"]
license = "BSD-3-Clause"

[dependencies]
enum-primitive-derive = "^0.1"
num-traits = "^0.1"
enum-primitive-derive = "^0.2"
num-traits = "^0.2"
time = "0.1"
nom = "5.0.1"
nom = "6.0"