Skip to content

Commit

Permalink
Merge pull request #36 from cita-cloud/6.7.4-beta1
Browse files Browse the repository at this point in the history
release v6.7.4-beta1
  • Loading branch information
rink1969 authored Nov 11, 2024
2 parents e53b527 + 58b1e00 commit 62d3eff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cloud-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cita_cloud_proto"
version = "6.7.4"
version = "6.7.4-beta1"
authors = ["Rivtower Technologies <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions cloud-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cloud-util"
version = "0.8.2"
version = "0.8.2-beta1"
authors = [
"ypf <[email protected]>",
"Rivtower Technologies <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,7 @@ chrono = "0.4"
backtrace = "0.3"
flume = "0.11"

cita_cloud_proto = { path = "../cloud-proto", version = "=6.7.4" }
cita_cloud_proto = { path = "../cloud-proto", version = "=6.7.4-beta1" }

[target.'cfg(not(windows))'.dependencies]
signal-hook = { version = "0.3" }
Expand Down

0 comments on commit 62d3eff

Please sign in to comment.