Skip to content

Commit

Permalink
Updated docs.rs metadata. (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta authored Aug 19, 2024
1 parent 25bc03b commit aa8e0e4
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 45 deletions.
95 changes: 52 additions & 43 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ homepage = "https://cosmwasm.com"
license = "Apache-2.0"
edition = "2021"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
backtrace = ["anyhow/backtrace"]
Expand All @@ -25,14 +28,14 @@ cosmwasm_2_0 = ["cosmwasm_1_4", "cosmwasm-std/cosmwasm_2_0"]
[dependencies]
anyhow = "1.0.86"
bech32 = "0.11.0"
cosmwasm-std = "2.1.1"
cosmwasm-std = "2.1.3"
cw-storage-plus = "2.0.0"
cw-utils = "2.0.0"
derivative = "2.2.0"
itertools = "0.13.0"
prost = "0.13.1"
schemars = "0.8.21"
serde = "1.0.204"
serde = "1.0.208"
sha2 = "0.10.8"
thiserror = "1.0.63"

Expand Down

0 comments on commit aa8e0e4

Please sign in to comment.