Skip to content

Commit

Permalink
[misc]: move nonzero_ext to workspace level
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Feb 13, 2024
1 parent 42ebeda commit 9a2b9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ impls = "1.0.3"

base64 = { version = "0.21.4", default-features = false }
hex = { version = "0.4.3", default-features = false }
nonzero_ext = "0.3.0"

fixnum = { version = "0.9.2", default-features = false }
url = "2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ displaydoc = { workspace = true }
derive_more = { workspace = true }
cfg-if = { workspace = true }
once_cell = { workspace = true }
nonzero_ext = "0.3.0"
nonzero_ext = { workspace = true }
toml = { workspace = true }
merge = "0.1.0"

Expand Down

0 comments on commit 9a2b9b1

Please sign in to comment.