File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ major releases of `cosmwasm`. Note that you can also view the
7
7
## 1.0.0 -> 1.1.0
8
8
9
9
- There are changes to how we generate schemas, resulting in less boilerplace
10
- maintenance for smart contract devs. The changes are backwards-compatible -
11
- old contracts will continue working for a while, but it's highly recommended
12
- to migrate now.
10
+ maintenance for smart contract devs. Old contracts will continue working for a
11
+ while, but it's highly recommended to migrate now.
13
12
14
13
Your contract should have a ` cosmwasm_schema ` dependency in its ` Cargo.toml `
15
14
file. Move it from ` dev-dependencies ` to regular ` dependencies ` .
@@ -86,6 +85,10 @@ major releases of `cosmwasm`. Note that you can also view the
86
85
}
87
86
```
88
87
88
+ This changes the format of the schemas generated by the contract. They're now in
89
+ one structured, unified file (parseable by machines) rather than a bunch of
90
+ arbitrary ones.
91
+
89
92
## 1.0.0-beta -> 1.0.0
90
93
91
94
- The minimum Rust supported version is 1.56.1. Verify your Rust version is >=
You can’t perform that action at this time.
0 commit comments