Skip to content

Commit

Permalink
Revert "build(deps): bump num_enum from 0.7.2 to 0.7.3 (#2944)" (#2954)
Browse files Browse the repository at this point in the history
This reverts commit 0e991a2.
  • Loading branch information
BillyWooo authored Aug 1, 2024
1 parent 09004f4 commit 631c13a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jsonrpsee = { version = "0.16.3", features = ["server"] }
tokio = { version = "1.39.2", features = ["macros", "sync"] }
strum = { version = "0.26", default-features = false }
strum_macros = { version = "0.26", default-features = false }
num_enum = { version = "0.7.3", default-features = false }
num_enum = { version = "0.7.2", default-features = false }
num-integer = { version = "0.1", default-features = false }
rustc-hex = { version = "2.0.1", default-features = false }
x509-cert = { version = "0.1.0", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 631c13a

Please sign in to comment.