patch yamux

This commit is contained in:
sinu
2024-06-26 09:17:47 -07:00
parent 1868aa3ea9
commit e51877e6cf

View File

@@ -7,6 +7,9 @@ name = "tlsn-extension-rs"
rust-version = "1.56"
version = "0.1.0"
[patch.crates-io]
yamux = { git = "https://github.com/tlsnotary/rust-yamux", rev = "8bd5d40" }
[lib]
crate-type = ["cdylib", "rlib"]
@@ -43,7 +46,6 @@ ring = { version = "0.17", features = ["wasm32_unknown_unknown_js"] }
time = { version = "0.3.34", features = ["wasm-bindgen"] }
# Used to calculate elapsed time.
web-time = "1.0"
parking_lot = { version = "0.12", features = ["nightly"] }
tlsn-core = { git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.6", package = "tlsn-core" }
tlsn-prover = { git = "https://github.com/tlsnotary/tlsn.git", tag = "v0.1.0-alpha.6", package = "tlsn-prover" }