Skip to content

Commit

Permalink
Merge pull request #90 from blocklessnetwork/feature/nat
Browse files Browse the repository at this point in the history
fix: the complie issue.
  • Loading branch information
Joinhack authored Jul 29, 2024
2 parents 85799b3 + 62fa1fd commit fb1cfdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ futures-util = "0.3"
crossbeam-channel = "0.5.6"
anyhow = "1.0.70"
lazy_static = "1.4.0"
libc = "0.2.155"
rand = "0.8"
chrono = "0.4"
thiserror = "1.0.63"
Expand Down
2 changes: 2 additions & 0 deletions crates/wasi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ crossbeam-channel = {workspace = true}
tuntap = {workspace = true, optional = true}
anyhow = {workspace = true}
thiserror = {workspace = true}
libc = {workspace = true}




Expand Down

0 comments on commit fb1cfdd

Please sign in to comment.