Skip to content

Commit

Permalink
Make transport public again #366
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsvl committed Mar 31, 2022
1 parent 2762e29 commit 7dcd1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ canonicalize_json_micheline = { path = "src/canonicalize_json_micheline" }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing-futures = "0.2"
#TODO: change transport to main branch
transport = { git = "https://github.com/boltlabs-inc/transport.git", branch = "fix-integration-test", features = ["allow_explicit_certificate_trust"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ pub mod escrow;
pub mod merchant;
pub mod protocol;
pub mod timeout;
pub mod transport;

mod cli;
mod config;
mod database;
mod defaults;
mod transport;
mod zkchannels;

use std::fmt;
Expand Down

0 comments on commit 7dcd1e0

Please sign in to comment.