Skip to content

Commit

Permalink
build: Version 0.1.2 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Oct 25, 2023
1 parent 4d3b5ef commit 7e8de7d
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 @@ -11,7 +11,7 @@ members = [
]

[workspace.package]
version = "0.1.1" # WHEN UPDATING THIS VERSION, UPDATE THE `akka-persistence-rs` VERSIONS BELOW
version = "0.1.2" # 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 @@ -65,9 +65,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.1.1", registry = "lightbend-akka-rs" }
akka-persistence-rs-commitlog = { path = "akka-persistence-rs-commitlog", version = "0.1.1", registry = "lightbend-akka-rs" }
akka-projection-rs = { path = "akka-projection-rs", version = "0.1.1", registry = "lightbend-akka-rs" }
akka-persistence-rs = { path = "akka-persistence-rs", version = "0.1.2", registry = "lightbend-akka-rs" }
akka-persistence-rs-commitlog = { path = "akka-persistence-rs-commitlog", version = "0.1.2", registry = "lightbend-akka-rs" }
akka-projection-rs = { path = "akka-projection-rs", version = "0.1.2", registry = "lightbend-akka-rs" }

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

0 comments on commit 7e8de7d

Please sign in to comment.