Skip to content

Commit

Permalink
bump version v6.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rink1969 committed Mar 28, 2024
1 parent 97c8ba1 commit e8f1a8f
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 @@ -28,11 +28,11 @@ cfg-if = "1.0"
futures = "0.3"
indexmap = "2.2"

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"
cita_cloud_proto = "=6.7.3"

crypto_sm = { git = "https://github.com/cita-cloud/crypto_sm", package = "crypto", optional = true }
crypto_eth = { git = "https://github.com/cita-cloud/crypto_eth", package = "crypto", optional = true }
crypto_sm = { git = "https://github.com/cita-cloud/crypto_sm", package = "crypto", optional = true, branch = "v6.7.3" }
crypto_eth = { git = "https://github.com/cita-cloud/crypto_eth", package = "crypto", optional = true, branch = "v6.7.3" }

[build-dependencies]
tonic-build = "0.11"
Expand Down

0 comments on commit e8f1a8f

Please sign in to comment.