Skip to content

Commit

Permalink
Merge pull request #956 from drmingdrmer/43-use-validit
Browse files Browse the repository at this point in the history
Chore: remove unused carte pin-utils
  • Loading branch information
drmingdrmer authored Dec 5, 2023
2 parents 6df1a9d + f6a42bc commit ed91f8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ derive_more = { version="0.99.9" }
futures = "0.3"
lazy_static = "1.4.0"
maplit = "1.0.2"
pin-utils = "0.1.0"
pretty_assertions = "1.0.0"
rand = "0.8"
serde = { version="1.0.114", features=["derive", "rc"]}
Expand Down
1 change: 0 additions & 1 deletion openraft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ derive_more = { workspace = true }
futures = { workspace = true }
macros = { path = "../macros" }
maplit = { workspace = true }
pin-utils = { workspace = true }
rand = { workspace = true }
serde = { workspace = true, optional = true }
serde_json = { workspace = true, optional = true }
Expand Down

0 comments on commit ed91f8c

Please sign in to comment.