Skip to content

Commit

Permalink
Select correct version of easy-tun
Browse files Browse the repository at this point in the history
  • Loading branch information
ewpratten committed Apr 24, 2024
1 parent b1970c7 commit 4e25dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ path = "src/protomask-6over4.rs"

[dependencies]
# Internal dependencies
easy-tun = { version = "^1.0.0", path = "libs/easy-tun" }
easy-tun = { version = "^2.0.0", path = "libs/easy-tun" }
fast-nat = { version = "^1.0.0", path = "libs/fast-nat" }
interproto = { version = "^1.0.0", path = "libs/interproto", features = [
"metrics",
Expand Down

2 comments on commit 4e25dd9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Binary sizes for x86_64-unknown-linux-musl

Channel: stable

6.0M	target/x86_64-unknown-linux-musl/release/protomask
5.9M	target/x86_64-unknown-linux-musl/release/protomask-clat
2.3M	target/x86_64-unknown-linux-musl/release/protomask-6over4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Binary sizes for aarch64-unknown-linux-musl

Channel: stable

6.1M	target/aarch64-unknown-linux-musl/release/protomask
6.0M	target/aarch64-unknown-linux-musl/release/protomask-clat
2.4M	target/aarch64-unknown-linux-musl/release/protomask-6over4

Please sign in to comment.