Skip to content

Commit

Permalink
bump version 6.7.3-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
rink1969 committed Mar 4, 2024
1 parent d5b1a66 commit 056ef3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ slog = { version = "2.7", features = ["release_max_level_trace"] }
sloggers = "2.2"
log = "0.4"
hex = "0.4"
raft = { git = "https://github.com/JLerxky/raft-rs", default-features = false, features = ["prost-codec"] }
raft = { git = "https://github.com/JLerxky/raft-rs", default-features = false, features = ["prost-codec"], rev = "b07016ca6273bcfab05575dbd4b47190c8356f83" }
prost = "0.12"
tokio = { version = "1.36", features = ["fs", "io-util", "rt", "macros"] }
serde = "1.0"
bytes = "1.5"
tower = "0.4"
flume = "0.11"

cloud-util = { package = "cloud-util", git = "https://github.com/cita-cloud/cloud-common-rs" }
cita_cloud_proto = { package = "cita_cloud_proto", git = "https://github.com/cita-cloud/cloud-common-rs" }
cloud-util = "=0.8.1-beta1"
cita_cloud_proto = "=6.7.3-beta1"

[dev-dependencies]
tempfile = "3.10"

0 comments on commit 056ef3a

Please sign in to comment.