Skip to content

Commit

Permalink
Merge pull request #79 from scrtlabs/update-std-package-names
Browse files Browse the repository at this point in the history
Update cosmwasm package names
  • Loading branch information
toml01 authored Feb 22, 2023
2 parents 211e491 + d957102 commit 678abf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ members = ["packages/*"]
[workspace.dependencies]
schemars = { version = "0.8.11" }
serde = { version = "1.0" }
cosmwasm-std = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.0-secret", package = "secret-cosmwasm-std" }
cosmwasm-storage = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.0-secret", package = "secret-cosmwasm-storage" }
cosmwasm-std = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.0-secret" }
cosmwasm-storage = { git = "https://github.com/scrtlabs/cosmwasm", tag = "v1.1.0-secret" }

0 comments on commit 678abf8

Please sign in to comment.