Skip to content

Commit

Permalink
Fixed build for 1.59 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
linuskendall authored Sep 27, 2022
1 parent b788dd3 commit 335acee
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions plerkle_messenger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ edition = "2021"
readme = "Readme.md"

[dependencies]
redis = { version = "0.21.5", features = ["aio", "tokio-comp", "streams"], optional = true }
metaplex-pulsar = { version = "4.1.1", optional = true }
redis = { version = "0.21.5", features = ["aio", "tokio-comp", "streams"], optional = true}
metaplex-pulsar = { version = "4.1.1", optional = true}
log = "0.4.11"
thiserror = "1.0.30"
async-trait = "0.1.53"
Expand All @@ -22,10 +22,7 @@ serde = "1.0.137"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = ["redis"]
redis = ["dep:redis"]
pulsar = ["dep:metaplex-pulsar"]


[dev-dependencies]
tokio = { version = "1.20.1", features = ["full"] }

0 comments on commit 335acee

Please sign in to comment.