Skip to content

Commit

Permalink
dependendencies: bump to hyper 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
howardjohn committed Nov 16, 2023
1 parent a0d96fe commit 0c82a99
Show file tree
Hide file tree
Showing 8 changed files with 413 additions and 276 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 0c82a99

Please sign in to comment.