diff --git a/Cargo.lock b/Cargo.lock index 278bffdb..71787e68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ [[package]] name = "dogstatsd" -version = "0.0.0" +version = "0.1.0" dependencies = [ "datadog-protos", "ddsketch-agent", diff --git a/Cargo.toml b/Cargo.toml index f786be70..f0844842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ members = [ ] [workspace.package] -rust-version = "1.85" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/DataDog/serverless-components" diff --git a/crates/dogstatsd/Cargo.toml b/crates/dogstatsd/Cargo.toml index 9dadb389..ad129a4d 100644 --- a/crates/dogstatsd/Cargo.toml +++ b/crates/dogstatsd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dogstatsd" -rust-version.workspace = true +version = "0.1.0" edition.workspace = true license.workspace = true