Skip to content

Commit

Permalink
I2P: change i2p-rs to mimblewimble org repo
Browse files Browse the repository at this point in the history
Changes the i2p-rs crate to the fork hosted on the mimblewimble org repo.
  • Loading branch information
chisa0a committed Aug 9, 2019
1 parent 8e2f1a4 commit d65f77f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
bitflags = "1"
bytes = "0.4"
enum_primitive = "0.1"
i2p = { version = "0.1.0", git = "https://github.com/chisa0a/i2p-rs" }
i2p = { version = "0.1.0", git = "https://github.com/mimblewimble/i2p-rs" }
net2 = "0.2"
num = "0.1"
rand = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion servers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hyper-rustls = "0.14"
fs2 = "0.4"
futures = "0.1"
http = "0.1"
i2p = { version = "0.1.0", git = "https://github.com/chisa0a/i2p-rs" }
i2p = { version = "0.1.0", git = "https://github.com/mimblewimble/i2p-rs" }
itertools = "0.7"
lmdb-zero = "0.4.4"
rand = "0.6"
Expand Down

0 comments on commit d65f77f

Please sign in to comment.