Bump version because of wrong branch publish #2249
test.yml
on: push
Matrix: doc-tests / stable
Matrix: network
Matrix: required
Annotations
2 errors and 4 warnings
use of deprecated method `cosmwasm_std::QuerierWrapper::<'a, C>::query_all_balances`:
packages/cw-orch-mock/src/queriers/bank.rs#L50
error: use of deprecated method `cosmwasm_std::QuerierWrapper::<'a, C>::query_all_balances`
--> packages/cw-orch-mock/src/queriers/bank.rs:50:51
|
50 | let amount = self.app.borrow().wrap().query_all_balances(address)?;
| ^^^^^^^^^^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|
use of deprecated method `cosmwasm_std::QuerierWrapper::<'a, C>::query_all_balances`:
packages/cw-orch-mock/src/queriers/bank.rs#L50
error: use of deprecated method `cosmwasm_std::QuerierWrapper::<'a, C>::query_all_balances`
--> packages/cw-orch-mock/src/queriers/bank.rs:50:51
|
50 | let amount = self.app.borrow().wrap().query_all_balances(address)?;
| ^^^^^^^^^^^^^^^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
|
ubuntu / stable / network-config
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
doc-tests / stable (stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
doc-tests / stable (beta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ubuntu / stable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|