diff options
author | 2022-05-23 11:57:20 +0100 | |
---|---|---|
committer | 2022-05-23 11:57:20 +0100 | |
commit | 4d411c22413835f2d57f993d1c90c07813f803cd (patch) | |
tree | 357bb129ca3b061c6a3542395aca374e8a42e40d | |
parent | b1c2eeb2fbd3f38cd72dee3b32ed77ec02eb829d (diff) | |
download | quiche-0.14.0.tar.gz quiche-0.14.0.tar.zst quiche-0.14.0.zip |
0.14.00.14.0
-rw-r--r-- | quiche/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quiche/Cargo.toml b/quiche/Cargo.toml index e98585fa..b217d2ac 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quiche" -version = "0.13.0" +version = "0.14.0" authors = ["Alessandro Ghedini <alessandro@ghedini.me>"] edition = "2018" build = "src/build.rs" |