diff --git a/Cargo.toml b/Cargo.toml index 45ecffe2..235686b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sentry" -version = "0.15.1" +version = "0.15.2" authors = ["Sentry "] license = "Apache-2.0" readme = "README.md" diff --git a/integrations/sentry-actix/Cargo.toml b/integrations/sentry-actix/Cargo.toml index 2c62a190..00b6ab9f 100644 --- a/integrations/sentry-actix/Cargo.toml +++ b/integrations/sentry-actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sentry-actix" -version = "0.15.1" +version = "0.15.2" authors = ["Sentry "] license = "Apache-2.0" readme = "README.md" @@ -14,6 +14,6 @@ edition = "2018" [dependencies] actix-web = { version = "0.7", default-features = false } -sentry = { version = "0.15.1", path = "../../" } +sentry = { version = "0.15.2", path = "../../" } failure = "0.1.3" fragile = "0.3.0"