Skip to content

Commit

Permalink
chore: add publish = false to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Aug 9, 2024
1 parent 1cd6786 commit 68984e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.75"
publish = false

[dependencies]
trippy = { version = "0.11.0-dev", path = "../../crates/trippy", default-features = false, features = [ "core" ] }
Expand Down
1 change: 1 addition & 0 deletions examples/traceroute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.75"
publish = false

[dependencies]
trippy = { version = "0.11.0-dev", path = "../../crates/trippy", default-features = false, features = [ "core", "dns" ] }
Expand Down

0 comments on commit 68984e6

Please sign in to comment.