Skip to content

Commit

Permalink
Merge branch 'build-use-system-nss' of github.com:larseggert/neqo int…
Browse files Browse the repository at this point in the history
…o build-use-system-nss
  • Loading branch information
larseggert committed Mar 14, 2024
2 parents a6e4735 + b08a16c commit 1756706
Show file tree
Hide file tree
Showing 8 changed files with 1,318 additions and 1,279 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resolver = "2"
homepage = "https://github.com/mozilla/neqo/"
repository = "https://github.com/mozilla/neqo/"
authors = ["The Neqo Authors <[email protected]>"]
version = "0.7.1"
version = "0.7.2"
# Keep in sync with `.rustfmt.toml` `edition`.
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion neqo-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license.workspace = true

[[bin]]
name = "neqo-client"
path = "src/bin/client.rs"
path = "src/bin/client/main.rs"
bench = false

[[bin]]
Expand Down
Loading

0 comments on commit 1756706

Please sign in to comment.