Skip to content

Commit

Permalink
refactor: fix hakari
Browse files Browse the repository at this point in the history
Signed-off-by: bsbds <[email protected]>
  • Loading branch information
bsbds committed Mar 5, 2024
1 parent d2c5369 commit 0218c27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

2 changes: 0 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ num-traits = { version = "0.2", default-features = false, features = ["i128", "s
opentelemetry-jaeger = { version = "0.20", features = ["rt-tokio"] }
opentelemetry_sdk = { version = "0.21", features = ["metrics", "rt-tokio"] }
petgraph = { version = "0.6" }
predicates = { version = "3", default-features = false, features = ["diff"] }
rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1", features = ["derive", "rc"] }
serde_json = { version = "1", features = ["raw_value"] }
Expand All @@ -55,7 +54,6 @@ libc = { version = "0.2", features = ["extra_traits"] }
log = { version = "0.4", default-features = false, features = ["std"] }
memchr = { version = "2" }
petgraph = { version = "0.6" }
predicates = { version = "3", default-features = false, features = ["diff"] }
syn = { version = "2", features = ["extra-traits", "full", "visit-mut"] }
tokio = { version = "1", features = ["fs", "io-std", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }

Expand Down

0 comments on commit 0218c27

Please sign in to comment.