Skip to content

Commit

Permalink
Update create-project.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deauthe authored Jun 14, 2024
1 parent af16124 commit 69dfbf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/basics/create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ crate-type = ["cdylib"]
[dependencies]
cosmwasm-std = { version = "2.0.4", features = ["staking"] }
sylvia = "1.0.2"
schemars = "0.8.12"
schemars = "0.8.16"
cosmwasm-schema = "2.0.4"
serde = "1.0.180"
serde = { version = "1.0.198", default-features = false, features = ["derive"] }
```

As you can see, I added a `crate-type` field for the library section.
Expand Down

0 comments on commit 69dfbf0

Please sign in to comment.