Skip to content

Commit

Permalink
dependendencies: bump to hyper 1.0.0 (#726)
Browse files Browse the repository at this point in the history
* dependendencies: bump to hyper 1.0.0

* wip

* building

* Bump deps

* serve multiple connections

* rebase
  • Loading branch information
howardjohn authored Feb 23, 2024
1 parent 03d4dae commit a0d539e
Show file tree
Hide file tree
Showing 13 changed files with 1,453 additions and 1,286 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
target-dir = "out/rust"
[env]
BORING_BSSL_PATH = { value = "vendor/boringssl-fips/linux_x86_64", force = true, relative = true }
BORING_BSSL_INCLUDE_PATH = { value = "vendor/boringssl-fips/include/", force = true, relative = true }
BORING_BSSL_FIPS_PATH = { value = "vendor/boringssl-fips/linux_x86_64", force = true, relative = true }
BORING_BSSL_FIPS_INCLUDE_PATH = { value = "vendor/boringssl-fips/include/", force = true, relative = true }
Loading

0 comments on commit a0d539e

Please sign in to comment.