From 615f2b883929cfdb4cae2f943427b5535d8a5570 Mon Sep 17 00:00:00 2001 From: Jan Michael Auer Date: Wed, 19 Sep 2018 11:27:39 +0200 Subject: [PATCH] release: 0.11.1 --- Cargo.toml | 2 +- integrations/sentry-actix/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b3f330e..f9eb0d0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sentry" -version = "0.11.0" +version = "0.11.1" authors = ["Sentry "] license = "Apache-2.0" readme = "README.md" diff --git a/integrations/sentry-actix/Cargo.toml b/integrations/sentry-actix/Cargo.toml index c649d236..da339796 100644 --- a/integrations/sentry-actix/Cargo.toml +++ b/integrations/sentry-actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sentry-actix" -version = "0.11.0" +version = "0.11.1" authors = ["Sentry "] license = "Apache-2.0" readme = "README.md" @@ -13,6 +13,6 @@ Sentry client extension for actix-web [dependencies] actix-web = { version = "0.7", default-features = false } -sentry = { version = "0.11.0", path = "../../" } +sentry = { version = "0.11.1", path = "../../" } failure = "0.1.2" fragile = "0.3.0"