Browse Source

Removed commented-out dependency on `dora-core`

tags/v0.3.7rc2
Philipp Oppermann 1 year ago
parent
commit
d1500696b8
Failed to extract signature
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libraries/message/Cargo.toml

+ 0
- 1
libraries/message/Cargo.toml View File

@@ -17,7 +17,6 @@ serde = { version = "1.0.136", features = ["derive"] }
eyre = "0.6.8"
arrow-schema = { workspace = true, features = ["serde"] }
tokio = "1.39.2"
# dora-core = { workspace = true }
uuid = { version = "1.7", features = ["serde", "v7"] }
log = { version = "0.4.21", features = ["serde"] }
aligned-vec = { version = "0.5.0", features = ["serde"] }


Loading…
Cancel
Save