diff options
-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" |