Skip to content

Commit

Permalink
Public version 0.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Apr 5, 2024
1 parent 8aacf18 commit f2c79d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.6"
version = "0.2.0-alpha.1"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/al8n/memberlist"
Expand Down Expand Up @@ -58,7 +58,7 @@ thiserror = "1"
tracing = "0.1"
viewit = "0.1.5"

memberlist-core = { version = "0.1", path = "core", default-features = false }
memberlist-net = { version = "0.1", path = "transports/net", default-features = false }
memberlist-types = { version = "0.1", path = "types", default-features = false }
memberlist-quic = { version = "0.1", path = "transports/quic", default-features = false }
memberlist-core = { version = "0.2.0-alpha.1", path = "core", default-features = false }
memberlist-net = { version = "0.2.0-alpha.1", path = "transports/net", default-features = false }
memberlist-types = { version = "0.2.0-alpha.1", path = "types", default-features = false }
memberlist-quic = { version = "0.2.0-alpha.1", path = "transports/quic", default-features = false }

0 comments on commit f2c79d1

Please sign in to comment.