-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ⬆️ upgrade to stable nom * 🔖 release 1.0.0 * 📝 fix changelog links
- Loading branch information
1 parent
1747b46
commit a345458
Showing
4 changed files
with
23 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "authorized_keys" | ||
version = "0.11.0" | ||
version = "1.0.0" | ||
authors = ["Liam Dawson <[email protected]>"] | ||
edition = "2018" | ||
description = "Parse and manipulate OpenSSH `authorized_keys` files" | ||
|
@@ -17,16 +17,16 @@ is-it-maintained-open-issues = { repository = "hubauth/authorized_keys" } | |
maintenance = { status = "experimental" } | ||
|
||
[dependencies] | ||
nom = "5.0.0-beta2" | ||
nom = "5.0" | ||
data-encoding = { version = "2.1", optional = true } | ||
|
||
[features] | ||
default = [] | ||
key_encoding = ['data-encoding'] | ||
|
||
[dev-dependencies] | ||
criterion = "0.2" | ||
spectral = "0.6.0" | ||
criterion = "0.3" | ||
spectral = "0.6" | ||
|
||
[[bench]] | ||
name = "parsing" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters