Skip to content

Commit 0717818

Browse files
committed
Use quinn from git.
1 parent 34e4de6 commit 0717818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bytes = "1.0.1"
1212
chacha20poly1305 = { version = "0.7.1", features = ["reduced-round"] }
1313
curve25519-dalek = "3.1.0"
1414
ed25519-dalek = "1.0.1"
15-
quinn-proto = { version = "0.7.2", default-features = false, features = ["ring"] }
15+
quinn-proto = { git = "https://github.com/dvc94ch/quinn", branch = "read-handshake-returns-keys", default-features = false, features = ["ring"] }
1616
rand_core = "0.5.1"
1717
ring = "0.16.20"
1818
sha2 = "0.9.3"

0 commit comments

Comments
 (0)