Skip to content

Commit addaeb4

Browse files
committed
fix: revert new changes
1 parent 1bd0149 commit addaeb4

File tree

9 files changed

+153
-218
lines changed

9 files changed

+153
-218
lines changed

Cargo.lock

Lines changed: 108 additions & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ path = "src/native/napi/lib.rs"
1414
napi = { version = "2", features = ["async", "napi6", "serde-json"] }
1515
serde = { version = "1.0", features = ["derive"] }
1616
napi-derive = { version = "2", default-features = false, features = ["strict", "compat-mode"] }
17-
quiche = { version = "0.22.0", features = ["boringssl-boring-crate", "boringssl-vendored"] }
18-
boring = "4"
17+
quiche = { version = "0.18.0", features = ["boringssl-boring-crate", "boringssl-vendored"] }
18+
boring = "3"
1919

2020
[build-dependencies]
2121
napi-build = "2"

0 commit comments

Comments
 (0)