Skip to content

Commit

Permalink
Prepare for release (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntc authored Nov 14, 2023
1 parent 17a3f37 commit c3f09a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
]

[workspace.package]
version = "0.5.0" # WHEN UPDATING THIS VERSION, UPDATE THE `akka-persistence-rs` VERSIONS BELOW
version = "0.6.0" # WHEN UPDATING THIS VERSION, UPDATE THE `akka-persistence-rs` VERSIONS BELOW
edition = "2021"
rust-version = "1.70.0"
license-file = "LICENSE"
Expand Down Expand Up @@ -64,9 +64,9 @@ yew = { version = "0.20" }

# THE VERSIONS HERE SHOULD BE THE SAME AS PER `workspace.package.version`.

akka-persistence-rs = { path = "akka-persistence-rs", version = "0.5.0", registry = "lightbend-akka-rs" }
akka-persistence-rs-commitlog = { path = "akka-persistence-rs-commitlog", version = "0.5.0", registry = "lightbend-akka-rs" }
akka-projection-rs = { path = "akka-projection-rs", version = "0.5.0", registry = "lightbend-akka-rs" }
akka-persistence-rs = { path = "akka-persistence-rs", version = "0.6.0", registry = "lightbend-akka-rs" }
akka-persistence-rs-commitlog = { path = "akka-persistence-rs-commitlog", version = "0.6.0", registry = "lightbend-akka-rs" }
akka-projection-rs = { path = "akka-projection-rs", version = "0.6.0", registry = "lightbend-akka-rs" }

[profile.bench-debug]
inherits = "release"
Expand Down

0 comments on commit c3f09a7

Please sign in to comment.