diff --git a/Cargo.toml b/Cargo.toml index 4acc360b..123d01bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sentry" -version = "0.7.0" +version = "0.8.0" authors = ["Sentry "] license = "Apache-2.0" readme = "README.md" diff --git a/integrations/sentry-actix/Cargo.toml b/integrations/sentry-actix/Cargo.toml index 512d3518..b277a8d6 100644 --- a/integrations/sentry-actix/Cargo.toml +++ b/integrations/sentry-actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sentry-actix" -version = "0.2.0" +version = "0.3.0" 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.7.0", path = "../../" } +sentry = { version = "0.8.0", path = "../../" } failure = "0.1.1" uuid = "0.6.5"