diff --git a/Cargo.toml b/Cargo.toml index 5de1777..fb4106a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ members = [ resolver = "2" [workspace.package] -version = "0.2.1" edition = "2021" license = "MPL-2.0" repository = "https://github.com/al8n/memberlist" diff --git a/core/Cargo.toml b/core/Cargo.toml index aae749f..c006577 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memberlist-core" -version.workspace = true +version = "0.2.1" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/memberlist/Cargo.toml b/memberlist/Cargo.toml index f1d929e..9d6247c 100644 --- a/memberlist/Cargo.toml +++ b/memberlist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memberlist" -version.workspace = true +version = "0.2.1" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/transports/quic/Cargo.toml b/transports/quic/Cargo.toml index f691fd6..c2846f1 100644 --- a/transports/quic/Cargo.toml +++ b/transports/quic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memberlist-quic" -version.workspace = true +version = "0.2.0" edition.workspace = true license.workspace = true repository.workspace = true diff --git a/types/Cargo.toml b/types/Cargo.toml index 5c11684..a57f261 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memberlist-types" -version.workspace = true +version = "0.2.0" edition.workspace = true license.workspace = true repository.workspace = true