Skip to content

Commit

Permalink
remove newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers committed Oct 19, 2023
1 parent 4076c56 commit e682d45
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion akka-projection-rs-commitlog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ description = "Akka projections with streambed for persistence"
akka-persistence-rs = { workspace = true }
akka-persistence-rs-commitlog = { workspace = true }
akka-projection-rs = { workspace = true }

async-stream = { workspace = true }
async-trait = { workspace = true }
chrono = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion akka-projection-rs-grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ description = "Akka projections with gRPC communication"
[dependencies]
akka-persistence-rs = { workspace = true }
akka-projection-rs = { workspace = true }

async-stream = { workspace = true }
async-trait = { workspace = true }
bytes = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion akka-projection-rs-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ tokio-stream = { workspace = true }

[dev-dependencies]
akka-persistence-rs-commitlog = { workspace = true }

async-stream = { workspace = true }
chrono = { workspace = true }
criterion = { workspace = true, features = ["async_tokio", "html_reports"] }
Expand Down
1 change: 0 additions & 1 deletion akka-projection-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ description = "Akka event projections"

[dependencies]
akka-persistence-rs = { workspace = true }

async-trait = { workspace = true }
chrono = { workspace = true }
mqtt-protocol = { workspace = true }
Expand Down

0 comments on commit e682d45

Please sign in to comment.