Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Commit

Permalink
revert change to service
Browse files Browse the repository at this point in the history
  • Loading branch information
nacardin committed Nov 26, 2020
1 parent cc4365a commit cce575a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "fluvio-service"
version = "0.3.1"
version = "0.3.0"
authors = ["Fluvio Contributors <[email protected]>"]
description = "Provide TCP service wrapper over fluvio protocol"
repository = "https://github.com/infinyon/fluvio-socket"
Expand All @@ -24,7 +24,7 @@ tokio = { version = "0.2.21", features = ["macros"] }
# Fluvio dependencies
futures-util = { version = "0.3.5" }
fluvio-future = { version = "0.1.0" }
fluvio-socket = { path = "../socket" }
fluvio-socket = { version = "0.4.0", path = "../socket" }
fluvio-protocol = { version = "0.2.0", features = ["derive", "api", "codec"] }


Expand Down

0 comments on commit cce575a

Please sign in to comment.