Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Apr 25, 2024
1 parent 8b52dcb commit 1c59bcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hermes/crates/cbork/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ unreachable = "deny"
missing_docs_in_private_items = "deny"

[workspace.dependencies]
derive_more = { version= "0.99.17", default-features = false }
derive_more = "0.99.17"
pest = "2.7.2"
pest_derive = "2.7.2"
2 changes: 1 addition & 1 deletion hermes/crates/cbork/abnf-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ license = "MIT OR Apache-2.0"
workspace = true

[dependencies]
derive_more = { workspace = true, features = ["display"] }
derive_more = { workspace = true }
pest = { workspace = true, features = ["std", "pretty-print", "memchr", "const_prec_climber"] }
pest_derive = { workspace = true, features = ["grammar-extras"] }
2 changes: 1 addition & 1 deletion hermes/crates/cbork/cddl-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ license = "MIT OR Apache-2.0"
workspace = true

[dependencies]
derive_more = { workspace = true, features = ["display"] }
derive_more = { workspace = true }
pest = { workspace = true, features = ["std", "pretty-print", "memchr", "const_prec_climber"] }
pest_derive = { workspace = true, features = ["grammar-extras"] }

0 comments on commit 1c59bcb

Please sign in to comment.