Skip to content

Commit

Permalink
fix: remaining cargo.toml conflicts from other branches
Browse files Browse the repository at this point in the history
  • Loading branch information
oleonardolima committed Jul 7, 2022
1 parent 2ad93bc commit 4b05122
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,15 @@ futures-util = { version = "0.3" }
log = { version = "0.4" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
tokio = { version = "1.19.2", features = ["io-util", "io-std", "macros", "net", "rt-multi-thread", "time"] }
tokio-stream = { version = "0.1.9" }
tokio = { version = "1.0.0", features = ["io-util", "io-std", "macros", "net", "rt-multi-thread", "time"] }
tokio-tungstenite = { version = "0.17.1", features = ["connect", "native-tls"]}
url = { version = "2.0.0" }
reqwest = { version = "0.11.11" }

<<<<<<< HEAD
=======
[dev-dependencies]
testcontainers = { version = "^0.14.0" }
bitcoind = { version = "^0.26.1", features = [ "22_0" ] }
electrsd = { version = "^0.19.1", features = ["bitcoind_22_0", "electrs_0_9_1"] }
serial_test = { version = "0.7.0" }
electrsd = { version= "^0.19.1", features = ["bitcoind_22_0", "electrs_0_9_1"] }

>>>>>>> origin/feature/add-unit-and-integration-tests-to-block-events
[lib]
name = "block_events"
path = "src/lib.rs"
Expand Down

0 comments on commit 4b05122

Please sign in to comment.