From 5279364ac5bcb40e5e23477856e9420cc26c3c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Mon, 15 Nov 2021 21:04:40 +0100 Subject: [PATCH] 0.2.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb459587..4e20bf98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1816,7 +1816,7 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quill" -version = "0.2.10" +version = "0.2.11" dependencies = [ "anyhow", "candid", diff --git a/Cargo.toml b/Cargo.toml index 1a02b44f..0716d78a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quill" -version = "0.2.10" +version = "0.2.11" authors = ["DFINITY Team"] edition = "2018"