Skip to content

Commit

Permalink
Removed non-existing dep public __compat_primitive_types
Browse files Browse the repository at this point in the history
- Something happened in the merge `zero_bin` PR (#279) where a
  local-renamed dep (something that is not on `crates.io`) got set just
  with a semver. Somehow `Cargo` is still able to build fine (not sure
  how...), but `rust-analyzer` (at least on my end) fails to make it past
  parsing the root `Cargo.toml`. This PR fixes this issue.
  • Loading branch information
BGluth committed Jun 24, 2024
1 parent baecefc commit 2fd7a10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ bytes = "1.5.0"
ciborium = "0.2.1"
ciborium-io = "0.2.1"
clap = { version = "4.4.6", features = ["derive", "env"] }
__compat_primitive_types = "0.12.2"
criterion = "0.5.1"
dotenvy = "0.15.7"
enum-as-inner = "0.6.0"
Expand Down

0 comments on commit 2fd7a10

Please sign in to comment.