File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,12 @@ and this project adheres to
48
48
match the contract address from ` mock_env ` . ([ #2211 ] )
49
49
- cosmwasm-derive: Automatically detect whether the package is a dependency or
50
50
the primary package, only expanding entrypoints for the primary package. This
51
- effectively deprecates the usage of the ` library ` feature pattern. ([ #2246 ] )
51
+ effectively deprecates the usage of the ` library ` feature pattern.
52
+
53
+ Note: This feature does ** NOT** interact well with workspaces due to a cargo
54
+ bug. If you have multiple contracts in a workspace, you might still want to
55
+ use the library feature ([ #2246 ] )
56
+
52
57
- cosmwasm-std: Deprecate ` BankQuery::AllBalances ` and ` IbcQuery::ListChannels ` .
53
58
Both are inherently problematic to use because the returned entries are
54
59
unbounded. ([ #2247 ] )
You can’t perform that action at this time.
0 commit comments