Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed May 30, 2024
1 parent d1fb110 commit d998465
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/mev-share-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ futures-util.workspace = true

## misc
thiserror.workspace = true
tracing.workspace = true
tracing.workspace = true
2 changes: 1 addition & 1 deletion crates/mev-share-sse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mev-share-sse"
version = "0.2.0"
version = "0.3.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/mev-share/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ MEV-share client in rust

[dependencies]
mev-share-rpc-api.workspace = true
mev-share-sse = { workspace = true, features = ["server"] }
mev-share-sse = { workspace = true, features = ["server"] }

0 comments on commit d998465

Please sign in to comment.