Skip to content

Commit

Permalink
add missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac committed Apr 8, 2024
1 parent 95b3613 commit 4de26f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ serde = { workspace = true, features = ["derive"] }

[features]
default = ["boringssl"]
boringssl = ["pelikan-net/boringssl"]
boringssl = ["pelikan-net/boringssl"]
2 changes: 1 addition & 1 deletion src/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ toml = { workspace = true }

[features]
default = ["boringssl"]
boringssl = ["common/boringssl"]
boringssl = ["common/boringssl"]

0 comments on commit 4de26f8

Please sign in to comment.