mirror of
https://github.com/cloudflare/quiche.git
synced 2025-04-20 02:32:10 +08:00
h3i: release 0.4.0
Some checks failed
Stable / quiche_windows (x86_64-pc-windows-gnu) (push) Has been cancelled
Deploy / docs (push) Has been cancelled
Deploy / docker (push) Has been cancelled
Nightly / http3_test (push) Has been cancelled
Semgrep config / semgrep/ci (push) Has been cancelled
Nightly / quiche (push) Has been cancelled
Nightly / fuzz (push) Has been cancelled
Stable / quiche () (push) Has been cancelled
Stable / quiche (boringssl-boring-crate) (push) Has been cancelled
Stable / quiche (openssl) (push) Has been cancelled
Stable / quiche_macos (macos-13) (push) Has been cancelled
Stable / quiche_macos (macos-latest) (push) Has been cancelled
Stable / quiche_ios (aarch64-apple-ios) (push) Has been cancelled
Stable / quiche_ios (x86_64-apple-ios) (push) Has been cancelled
Stable / quiche_windows (i686-pc-windows-gnu) (push) Has been cancelled
Stable / quiche_windows (i686-pc-windows-msvc) (push) Has been cancelled
Stable / quiche_windows (x86_64-pc-windows-msvc) (push) Has been cancelled
Stable / quiche_multiarch (aarch64-unknown-linux-gnu) (push) Has been cancelled
Stable / quiche_multiarch (armv7-unknown-linux-gnueabihf) (push) Has been cancelled
Stable / quiche_multiarch (i686-unknown-linux-gnu) (push) Has been cancelled
Stable / http3_test (push) Has been cancelled
Stable / docker (push) Has been cancelled
Stable / android_ndk_lts (arm64-v8a, aarch64-linux-android) (push) Has been cancelled
Stable / android_ndk_lts (armeabi-v7a, armv7-linux-androideabi) (push) Has been cancelled
Stable / android_ndk_lts (x86, i686-linux-android) (push) Has been cancelled
Stable / android_ndk_lts (x86_64, x86_64-linux-android) (push) Has been cancelled
Some checks failed
Stable / quiche_windows (x86_64-pc-windows-gnu) (push) Has been cancelled
Deploy / docs (push) Has been cancelled
Deploy / docker (push) Has been cancelled
Nightly / http3_test (push) Has been cancelled
Semgrep config / semgrep/ci (push) Has been cancelled
Nightly / quiche (push) Has been cancelled
Nightly / fuzz (push) Has been cancelled
Stable / quiche () (push) Has been cancelled
Stable / quiche (boringssl-boring-crate) (push) Has been cancelled
Stable / quiche (openssl) (push) Has been cancelled
Stable / quiche_macos (macos-13) (push) Has been cancelled
Stable / quiche_macos (macos-latest) (push) Has been cancelled
Stable / quiche_ios (aarch64-apple-ios) (push) Has been cancelled
Stable / quiche_ios (x86_64-apple-ios) (push) Has been cancelled
Stable / quiche_windows (i686-pc-windows-gnu) (push) Has been cancelled
Stable / quiche_windows (i686-pc-windows-msvc) (push) Has been cancelled
Stable / quiche_windows (x86_64-pc-windows-msvc) (push) Has been cancelled
Stable / quiche_multiarch (aarch64-unknown-linux-gnu) (push) Has been cancelled
Stable / quiche_multiarch (armv7-unknown-linux-gnueabihf) (push) Has been cancelled
Stable / quiche_multiarch (i686-unknown-linux-gnu) (push) Has been cancelled
Stable / http3_test (push) Has been cancelled
Stable / docker (push) Has been cancelled
Stable / android_ndk_lts (arm64-v8a, aarch64-linux-android) (push) Has been cancelled
Stable / android_ndk_lts (armeabi-v7a, armv7-linux-androideabi) (push) Has been cancelled
Stable / android_ndk_lts (x86, i686-linux-android) (push) Has been cancelled
Stable / android_ndk_lts (x86_64, x86_64-linux-android) (push) Has been cancelled
This commit is contained in:
parent
a186a49c9d
commit
c6489c891a
@ -38,7 +38,7 @@ env_logger = "0.10"
|
|||||||
foundations = { version = "4", default-features = false }
|
foundations = { version = "4", default-features = false }
|
||||||
futures = { version = "0.3" }
|
futures = { version = "0.3" }
|
||||||
futures-util = { version = "0.3", default-features = false }
|
futures-util = { version = "0.3", default-features = false }
|
||||||
h3i = { version = "0.3", path = "./h3i" }
|
h3i = { version = "0.4", path = "./h3i" }
|
||||||
ipnetwork = { version = "0.20" }
|
ipnetwork = { version = "0.20" }
|
||||||
libc = { version = "0.2.76", default-features = false }
|
libc = { version = "0.2.76", default-features = false }
|
||||||
log = { version = "0.4.20" }
|
log = { version = "0.4.20" }
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "h3i"
|
name = "h3i"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Lucas Pardue <lucas@lucaspardue.com>",
|
"Lucas Pardue <lucas@lucaspardue.com>",
|
||||||
"Evan Rittenhouse <evanrittenhouse@gmail.com>",
|
"Evan Rittenhouse <evanrittenhouse@gmail.com>",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user