Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/schemars-0.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 22, 2023
2 parents 5fc7faa + e401702 commit 9cffb81
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Desmos Bindings
# Contracts Bindings

This repository contains the CosmWasm bindings packages that allows the interaction with the Desmos chain features from smart contracts.
Desmos contracts bindings is a set of packages that allows you to create CosmWasm smart contracts that interacts directly with the Desmos Network custom modules.

![GitHub](https://img.shields.io/github/license/desmos-labs/desmos-bindings.svg) [![desmos-bindings on crates.io](https://img.shields.io/crates/v/desmos-bindings.svg)](https://crates.io/crates/desmos-bindings) [![codecov](https://codecov.io/gh/desmos-labs/desmos-bindings/branch/main/graph/badge.svg?token=TT3qCDd957)](https://codecov.io/gh/desmos-labs/desmos-bindings)

Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ chrono = {version = "0.4.31", default-features = false}
cosmwasm-std = { version = "1.5.0", features = ["stargate"]}
cosmwasm-schema = "1.5.0"
serde = { version = "1.0.192", default-features = false, features = ["derive"] }
prost = {version = "0.12.1", default-features = false, features = ["prost-derive"]}
prost = {version = "0.12.3", default-features = false, features = ["prost-derive"]}
prost-types = {version = "0.12.1", default-features = false}
serde-cw-value = "0.7.0"
desmos-mock = { version = "3.0.0", path = "../mock" }
Expand Down
2 changes: 1 addition & 1 deletion packages/proto-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ itertools = "0.11.0"
log = "0.4.20"
pretty_env_logger = "0.5.0"
prettyplease = "0.2.15"
prost = "0.12.1"
prost = "0.12.3"
prost-build = "0.12.1"
prost-types = "0.12.1"
quote = "1.0.33"
Expand Down

0 comments on commit 9cffb81

Please sign in to comment.