diff --git a/Cargo.toml b/Cargo.toml index fc77af4..7162fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cosmwasm-std = { version = "0.10", package = "secret-cosmwasm-std" } -cosmwasm-storage = { version = "0.10", package = "secret-cosmwasm-storage" } +cosmwasm-std = { git = "https://github.com/scrtlabs/SecretNetwork", branch = "backport-cw-crypto-apis-to-v0.10", package = "secret-cosmwasm-std" } +cosmwasm-storage = { git = "https://github.com/scrtlabs/SecretNetwork", branch = "backport-cw-crypto-apis-to-v0.10", package = "secret-cosmwasm-storage" } cosmwasm-schema = "0.10.1" secret-toolkit = { version = "0.2", features = ["crypto"] } serde = { version = "1.0.103", default-features = false, features = ["derive"] }