diff options
author | 2022-10-07 09:10:57 +0100 | |
---|---|---|
committer | 2022-10-07 09:10:57 +0100 | |
commit | 39db87204ade573270a19d9218ef79503d01e21e (patch) | |
tree | ab3ef16649e21a39f6305f2a0c6032b6c383e88d | |
parent | 7ec447bbc3712e10dc6ed3b8384c70fa0c02ecde (diff) | |
download | quiche-39db87204ade573270a19d9218ef79503d01e21e.tar.gz quiche-39db87204ade573270a19d9218ef79503d01e21e.tar.zst quiche-39db87204ade573270a19d9218ef79503d01e21e.zip |
0.15.00.15.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 73f99f4a..7cf937f0 100644 --- a/quiche/Cargo.toml +++ b/quiche/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quiche" -version = "0.14.0" +version = "0.15.0" authors = ["Alessandro Ghedini <alessandro@ghedini.me>"] edition = "2018" build = "src/build.rs" |