Skip to content

Commit

Permalink
bump v6.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rink1969 committed Nov 13, 2024
1 parent e2857a5 commit 6d1ed5b
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.6"

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.2"
cita_cloud_proto = "=6.7.4"

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.4" }
crypto_eth = { git = "https://github.com/cita-cloud/crypto_eth", package = "crypto", optional = true, branch = "v6.7.4" }

[profile.release.package."*"]
# Set the default for dependencies.
Expand Down

0 comments on commit 6d1ed5b

Please sign in to comment.