Skip to content

Commit

Permalink
bump v6.7.4-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
rink1969 committed Nov 11, 2024
1 parent e2857a5 commit fda2564
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "controller"
version = "6.7.4"
version = "6.7.4-beta1"
authors = ["Rivtower Technologies <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down 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-beta1"
cita_cloud_proto = "=6.7.4-beta1"

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

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

0 comments on commit fda2564

Please sign in to comment.