Skip to content

Commit

Permalink
Merge pull request #37 from cita-cloud/bump_6.7.4
Browse files Browse the repository at this point in the history
bump 6.7.4
  • Loading branch information
rink1969 authored Nov 13, 2024
2 parents 62d3eff + 15d0235 commit a5a8775
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-beta1"
version = "6.7.4"
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-beta1"
version = "0.8.2"
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-beta1" }
cita_cloud_proto = { path = "../cloud-proto", version = "=6.7.4" }

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

0 comments on commit a5a8775

Please sign in to comment.